mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
test-cleancode: add more of vlib/v (#8882)
This commit is contained in:
@@ -37,28 +37,26 @@ const (
|
||||
'vlib/v/checker/',
|
||||
'vlib/v/depgraph/',
|
||||
'vlib/v/doc/',
|
||||
'vlib/v/embed_file/',
|
||||
'vlib/v/errors/',
|
||||
'vlib/v/eval/',
|
||||
'vlib/v/fmt/',
|
||||
'vlib/v/gen/c/auto_str_methods.v',
|
||||
'vlib/v/gen/c/cgen.v',
|
||||
'vlib/v/gen/c/cgen_test.v',
|
||||
'vlib/v/gen/c/cmain.v',
|
||||
'vlib/v/gen/c/comptime.v',
|
||||
'vlib/v/gen/c/fn.v',
|
||||
'vlib/v/gen/c/json.v',
|
||||
'vlib/v/gen/c/live.v',
|
||||
'vlib/v/gen/c/profile.v',
|
||||
'vlib/v/gen/c/sql.v',
|
||||
'vlib/v/gen/c/str.v',
|
||||
'vlib/v/gen/x64/elf.v',
|
||||
'vlib/v/gen/x64/elf_obj.v',
|
||||
'vlib/v/gen/x64/gen.v',
|
||||
'vlib/v/gen/c/',
|
||||
/* 'vlib/v/gen/js/', */
|
||||
'vlib/v/gen/tests/',
|
||||
'vlib/v/gen/x64/',
|
||||
'vlib/v/live/',
|
||||
'vlib/v/markused/',
|
||||
'vlib/v/parser/',
|
||||
/* 'vlib/v/pkgconfig/', */
|
||||
'vlib/v/pref/',
|
||||
'vlib/v/preludes',
|
||||
'vlib/v/scanner/',
|
||||
'vlib/v/table/',
|
||||
/* 'vlib/v/tests/', */
|
||||
'vlib/v/token/',
|
||||
'vlib/v/util/',
|
||||
'vlib/v/vcache/',
|
||||
'vlib/v/vet/',
|
||||
'vlib/v/vmod/',
|
||||
'vlib/cli/',
|
||||
|
||||
Reference in New Issue
Block a user