mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vvet: big cleanup (#9454)
This commit is contained in:
@ -1,2 +1,2 @@
|
||||
cmd/tools/vvet/tests/array_init_one_val.vv:2: error: Use `var == value` instead of `var in [value]`
|
||||
NB: You can run `v fmt -w file.v` to fix these automatically
|
||||
NB: You can run `v fmt -w file.v` to fix these errors automatically
|
||||
|
@ -1,2 +1,2 @@
|
||||
cmd/tools/vvet/tests/indent_with_space.vv:2: error: Looks like you are using spaces for indentation.
|
||||
NB: You can run `v fmt -w file.v` to fix these automatically
|
||||
NB: You can run `v fmt -w file.v` to fix these errors automatically
|
||||
|
@ -1,2 +1,2 @@
|
||||
cmd/tools/vvet/tests/parens_space_a.vv:1: error: Looks like you are adding a space after `(`
|
||||
NB: You can run `v fmt -w file.v` to fix these automatically
|
||||
NB: You can run `v fmt -w file.v` to fix these errors automatically
|
||||
|
@ -1,2 +1,2 @@
|
||||
cmd/tools/vvet/tests/parens_space_b.vv:1: error: Looks like you are adding a space before `)`
|
||||
NB: You can run `v fmt -w file.v` to fix these automatically
|
||||
NB: You can run `v fmt -w file.v` to fix these errors automatically
|
||||
|
Reference in New Issue
Block a user