mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
tests: add vlib/x/json2 to vtest-cleancode.v
This commit is contained in:
@ -11,7 +11,8 @@ const (
|
||||
vet_folders = [
|
||||
'vlib/sqlite',
|
||||
'vlib/v',
|
||||
'vlib/x/ttf/',
|
||||
'vlib/x/json2',
|
||||
'vlib/x/ttf',
|
||||
'cmd/v',
|
||||
'cmd/tools',
|
||||
'examples/2048',
|
||||
@ -85,6 +86,7 @@ const (
|
||||
'vlib/strings/',
|
||||
'vlib/time/',
|
||||
'vlib/vweb/',
|
||||
'vlib/x/json2',
|
||||
'vlib/x/websocket/',
|
||||
]
|
||||
)
|
||||
|
Reference in New Issue
Block a user