1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/cmd/tools/vvet/tests
2023-07-24 22:13:38 +03:00
..
accept_multi_expression_with_comments.out tools: fix v vet file.v for return if x { y // comment } else { z } 2022-06-20 13:29:22 +03:00
accept_multi_expression_with_comments.vv tools: fix v vet file.v for return if x { y // comment } else { z } 2022-06-20 13:29:22 +03:00
array_init_one_val.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
array_init_one_val.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
brackets_in_documentation_comment_no_warn.out Fix: vet false warning on brackets in documentation (#17767) 2023-03-25 21:51:45 +02:00
brackets_in_documentation_comment_no_warn.vv Fix: vet false warning on brackets in documentation (#17767) 2023-03-25 21:51:45 +02:00
const_dynamic_array_notice.out vet: give notice for replacing const dynamic arrays with const fixed ones (#18960) 2023-07-24 22:13:38 +03:00
const_dynamic_array_notice.vv vet: give notice for replacing const dynamic arrays with const fixed ones (#18960) 2023-07-24 22:13:38 +03:00
documentation_for_generic_methods.out vet: fix vet documentation error for methods with generics (#18464) 2023-06-16 09:44:25 +03:00
documentation_for_generic_methods.vv vet: fix vet documentation error for methods with generics (#18464) 2023-06-16 09:44:25 +03:00
indent_with_space.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
indent_with_space.vv parser: filter out vet space indent errors inside StringInterLiterals (#9695) 2021-04-12 16:03:22 +03:00
module_file_test.out vet: simplify fn name identifying, add warning for incomplete documentation (#8227) 2021-01-21 12:46:50 +01:00
module_file_test.vv vet: simplify fn name identifying, add warning for incomplete documentation (#8227) 2021-01-21 12:46:50 +01:00
no_warn_about_missing.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
no_warn_about_missing.vv vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_a.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_a.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
parens_space_b.out vvet: fix false positive, add test (#14403) 2022-05-16 12:24:21 +03:00
parens_space_b.vv vvet: move to own subdir, prepare richer suggestions (#7989) 2021-01-09 16:11:49 +02:00
trailing_space.out v vet: give an error for trailing whitespace (#9574) 2021-04-09 13:22:14 +03:00
trailing_space.vv v vet: give an error for trailing whitespace (#9574) 2021-04-09 13:22:14 +03:00