1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-21 17:16:40 +02:00
revive/rule
2024-11-11 19:31:18 +01:00
..
add_constant.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
argument_limit.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
atomic.go Lint cleanup (#679) 2022-04-10 11:55:13 +02:00
banned_characters.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
bare_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
blank_imports.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
bool_literal_in_expr.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
call_to_gc.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
cognitive_complexity.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
comment_spacings.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
comments_density.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
confusing_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
confusing_results.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
constant_logical_expr.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
context_as_argument.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
context_keys_type.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
cyclomatic.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
datarace.go fix lint issues (#1038) 2024-09-16 09:32:34 +02:00
deep_exit.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
defer.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
doc.go Code cleaunp (#905) 2023-09-23 10:41:34 +02:00
dot_imports.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
duplicated_imports.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
early_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
empty_block.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
empty_lines.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_map_style.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_repeated_arg_type_style.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
enforce_slice_style.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
error_strings.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
errorf.go Lint cleanup (#679) 2022-04-10 11:55:13 +02:00
exported.go rule.exported: add feature to disable checking on const,method,function, variable (#1047) 2024-10-02 10:46:52 +02:00
file_header.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
file_length_limit.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
filename_format.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
flag_param.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
function_length.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
function_result_limit.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
get_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
identical_branches.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
if_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
import_alias_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
import_shadowing.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
imports_blocklist.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
increment_decrement.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
indent_error_flow.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
line_length_limit.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
max_control_nesting.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
max_public_structs.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
modifies_param.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
modifies_value_receiver.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
nested_structs.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
optimize_operands_order.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
package_comments.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range_val_address.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range_val_in_closure.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
range.go Lint cleanup (#679) 2022-04-10 11:55:13 +02:00
receiver_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
redefines_builtin_id.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
redundant_import_alias.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
string_format.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
string_of_int.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
struct_tag.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
superfluous_else.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
time_equal.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
time_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unchecked_type_assertion.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unconditional_recursion.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unexported_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unexported_return.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unhandled_error.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unnecessary_stmt.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unreachable_code.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unused_param.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
unused_receiver.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
use_any.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
useless_break.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
utils.go more precise regular expression for directive comments (#988) 2024-05-11 19:19:09 +02:00
var_declarations.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
var_naming.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00
waitgroup_by_value.go refactor: rename files to follow Go convention 2024-11-11 19:31:18 +01:00