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:
@ -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/',
|
||||
|
Reference in New Issue
Block a user