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

test-cleancode: add vlib/orm (#7577)

This commit is contained in:
Lukas Neubert
2020-12-26 13:40:22 +01:00
committed by GitHub
parent 693e5137eb
commit 6969300f8a
2 changed files with 22 additions and 27 deletions

View File

@@ -24,6 +24,7 @@ const (
'vlib/builtin/array_test.v',
'vlib/builtin/map.v',
'vlib/math/bits/bits.v',
'vlib/orm/',
'vlib/term/colors.v',
'vlib/term/term.v',
'vlib/v/ast/',