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:
@ -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/',
|
||||
]
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user