v/cmd/tools/vvet/tests
2025-01-09 09:46:35 +02:00
..
accept_multi_expression_with_comments.out
accept_multi_expression_with_comments.vv
array_init_one_val.out vet: make v vet produce a nicer note, including the offending files, instead of file.v (#22957) 2024-11-24 12:21:16 +02:00
array_init_one_val.vv vet, parser: move array_init_one_val checks from parser into vet (#21422) 2024-05-05 16:19:23 +03:00
brackets_in_documentation_comment_no_warn.out
brackets_in_documentation_comment_no_warn.vv
const_dynamic_array_notice.out vet, parser: move dynamic const array check from parser into vet (#21423) 2024-05-05 12:55:27 +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
empty_fn_decl.out vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
empty_fn_decl.vv vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
empty_string.out tools.vet: add notice for empty strings conditions (#21421) 2024-05-19 21:40:25 +03:00
empty_string.vv tools.vet: add notice for empty strings conditions (#21421) 2024-05-19 21:40:25 +03:00
indent_with_space.out vet: make v vet produce a nicer note, including the offending files, instead of file.v (#22957) 2024-11-24 12:21:16 +02:00
indent_with_space.vv
module_file_test.out
module_file_test.vv
no_warn_about_missing.out
no_warn_about_missing.vv tools: fix typos (#19546) 2023-10-11 03:16:59 +03:00
prog_without_main_fn.out vet, parser: move dynamic const array check from parser into vet (#21423) 2024-05-05 12:55:27 +03:00
prog_without_main_fn.vv parser: fix vet bad top level statement error for one file programs (#19613) 2023-10-23 09:54:08 +03:00
repeated_assign.out vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
repeated_assign.vv vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
repeated_code.out vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
repeated_code.vv vvet: fix for v vet folder/ + new features (track long fns, empty fns and repeated code), enabled by the new -F and -r flags (#23405) 2025-01-09 09:46:35 +02:00
trailing_space.out
trailing_space.vv