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

os: vfmt all of os .v files, add it to v test-cleancode with no exceptions

This commit is contained in:
Delyan Angelov
2020-12-16 14:15:11 +02:00
parent 6a74058190
commit 1ee57649b9
4 changed files with 29 additions and 33 deletions

View File

@ -22,7 +22,6 @@ const (
'cmd/v/v.v',
'vlib/builtin/array.v',
'vlib/builtin/map.v',
'vlib/os/file.c.v',
'vlib/math/bits/bits.v',
'vlib/time/time.v',
'vlib/term/colors.v',
@ -58,19 +57,8 @@ const (
'vlib/v/vet/',
'vlib/v/vmod/',
'vlib/gg/gg.v',
'vlib/os/const.v',
'vlib/os/const_windows.c.v',
'vlib/os/environment.c.v',
'vlib/os/environment_test.v',
'vlib/os/inode.c.v',
'vlib/os/inode_test.v',
'vlib/os/os.v',
'vlib/os/os_c.v',
'vlib/os/os_darwin.c.v',
'vlib/os/os_linux.c.v',
'vlib/os/os_nix.c.v',
'vlib/os/os_test.v',
'vlib/os/os_windows.c.v',
'vlib/os/',
'vlib/time/',
]
)