1
0
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:
Delyan Angelov
2021-04-11 11:34:08 +03:00
parent c939e4df97
commit 85e9cf1bd3
2 changed files with 9 additions and 4 deletions

View File

@ -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/',
]
)