1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-21 17:16:40 +02:00
revive/test
2024-11-11 19:31:18 +01:00
..
add_constant_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
argument_limit_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
atomic_test.go New rule: atomic (#77) 2018-10-01 12:24:17 -07:00
banned_characters_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
bare_return_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
bool_literal_in_expr_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
call_to_gc_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
cognitive_complexity_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
comment_spacings_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
comments_density_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
confusing_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
confusing_results_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
constant_logical_expr_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
context_as_argument_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
cyclomatic_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
datarace_test.go adds tests for specific go versions (#1043) 2024-09-20 16:09:24 +02:00
deep_exit_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
defer_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
disable_annotations_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
doc.go Code cleaunp (#905) 2023-09-23 10:41:34 +02:00
dot_imports_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
duplicated_imports_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
early_return_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
empty_block_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
empty_lines_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_map_style_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_repeated_arg_type_style_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_slice_style_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_strings_custom_functions_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
exported_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
file_filter_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
file_header_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
file_length_limit_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
filename_format_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
flag_param_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
function_length_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
function_result_limit_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
get_return_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
golint_test.go refactor: use "filepath" instead of "path" (#1073) 2024-10-25 11:48:41 +02:00
identical_branches_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
if_return_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
import_alias_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
import_shadowing_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
imports_blocklist_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
issue1100_test.go fix: nil panic on old go.mod (issue #1100) 2024-11-11 18:50:12 +01:00
json_data_format_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
line_length_limit_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
max_control_nesting_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
max_public_structs_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
modifies_param_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
modifies_value_receiver_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
nested_structs_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
optimize_operands_order_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range_val_address_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range_val_in_closure_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
receiver_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
redefines_builtin_id_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
redundant_import_alias_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
string_format_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
string_of_int_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
struct_tag_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
superfluous_else_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
time_equal_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
time_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unchecked_type_assertion_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unconditional_recursion_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unexported_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unhandled_error_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unnecessary_stmt_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unreachable_code_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unused_param_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unused_receiver_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
use_any_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
useless_break_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
utils_test.go refactor: simplify tests (#1089) 2024-11-04 09:25:03 -03:00
var_naming_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
waitgroup_by_value_test.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00