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

vet: a basic version that just checks indentation for now

This commit is contained in:
Alexander Medvednikov
2020-06-27 14:50:04 +02:00
parent 58763ff299
commit 2bfe8e5153
6 changed files with 67 additions and 15 deletions

View File

@@ -11,7 +11,7 @@ import v.builder
const (
simple_cmd = [
'fmt', 'up',
'fmt', 'up', 'vet',
'self', 'symlink', 'bin2v',
'test', 'test-fmt', 'test-compiler', 'test-fixed',
'repl',