1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

v test-cleancode: ensure more .v files are kept vmft-ed

This commit is contained in:
Delyan Angelov
2021-03-14 12:17:31 +02:00
parent eebc8a9d7a
commit ddbe57e00a
4 changed files with 24 additions and 20 deletions

View File

@ -27,6 +27,8 @@ const (
'vlib/builtin/array_test.v',
'vlib/builtin/string.v',
'vlib/builtin/map.v',
'vlib/builtin/int.v',
'vlib/builtin/option.v',
'vlib/math/bits/bits.v',
'vlib/orm/',
'vlib/term/colors.v',
@ -42,17 +44,17 @@ const (
'vlib/v/eval/',
'vlib/v/fmt/',
'vlib/v/gen/c/',
/* 'vlib/v/gen/js/', */
//'vlib/v/gen/js/',
'vlib/v/gen/x64/',
'vlib/v/live/',
'vlib/v/markused/',
'vlib/v/parser/',
/* 'vlib/v/pkgconfig/', */
'vlib/v/pkgconfig/',
'vlib/v/pref/',
'vlib/v/preludes',
'vlib/v/scanner/',
'vlib/v/table/',
/* 'vlib/v/tests/', */
//'vlib/v/tests/',
'vlib/v/token/',
'vlib/v/util/',
'vlib/v/vcache/',