1
0
mirror of https://github.com/mgechev/revive.git synced 2025-01-08 03:13:27 +02:00
revive/rule
Marcin Federowicz ff7b0adb4c
rule.exported: add feature to disable checking on const,method,function, variable (#1047)
Co-authored-by: chavacava <salvadorcavadini+github@gmail.com>
2024-10-02 10:46:52 +02:00
..
add-constant.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
argument-limit.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
atomic.go
banned-characters.go
bare-return.go
blank-imports.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
bool-literal-in-expr.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
call-to-gc.go
cognitive-complexity.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
comment-spacings.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
comments-density.go Update README.md & Typo (#1010) 2024-07-11 09:56:42 +02:00
confusing-naming.go fix #982 2024-05-11 19:50:30 +02:00
confusing-results.go
constant-logical-expr.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
context-as-argument.go
context-keys-type.go
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 code cleanup (#1054) 2024-10-01 12:14:02 +02:00
defer.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
doc.go
dot-imports.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
duplicated-imports.go
early-return.go
empty-block.go
empty-lines.go
enforce-map-style.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
enforce-repeated-arg-type-style.go fix #1032 by comparing string representations of types (#1049) 2024-09-24 11:29:20 +02:00
enforce-slice-style.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
error-naming.go
error-return.go
error-strings.go
errorf.go
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 code cleanup (#1054) 2024-10-01 12:14:02 +02:00
flag-param.go
function-length.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
function-result-limit.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
get-return.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
identical-branches.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
if-return.go
import-alias-naming.go docs: fix typo in comments (#1037) 2024-09-14 21:38:06 +02:00
import-shadowing.go
imports-blocklist.go
increment-decrement.go
indent-error-flow.go
line-length-limit.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
max-control-nesting.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
max-public-structs.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
modifies-param.go
modifies-value-receiver.go
nested-structs.go
optimize-operands-order.go rule optimize-operands-order: do not consider built-in len as a caller (#1005) 2024-07-02 08:22:13 +02:00
package-comments.go Fix 922 (#989) 2024-05-13 14:23:02 +02:00
range-val-address.go Add support for the new implementation of for loop variables in go 1.22. (#993) 2024-06-02 11:55:26 +02:00
range-val-in-closure.go Add support for the new implementation of for loop variables in go 1.22. (#993) 2024-06-02 11:55:26 +02:00
range.go
receiver-naming.go adds check for receiver names length (#1048) 2024-09-23 12:38:39 +02:00
redefines-builtin-id.go check param, result, type param of function in redefines-builtin-id rule (#1023) 2024-08-15 13:29:11 +02:00
redundant-import-alias.go
string-format.go Add multiple scopes support to string-format rule (#1009) 2024-08-09 21:01:17 +02:00
string-of-int.go
struct-tag.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
superfluous-else.go
time-equal.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
time-naming.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
unchecked-type-assertion.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
unconditional-recursion.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
unexported-naming.go
unexported-return.go
unhandled-error.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
unnecessary-stmt.go
unreachable-code.go
unused-param.go Check function literals in unused-param (#966) 2024-01-27 13:39:55 +01:00
unused-receiver.go
use-any.go
useless-break.go
utils.go more precise regular expression for directive comments (#988) 2024-05-11 19:19:09 +02:00
var-declarations.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
var-naming.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00
waitgroup-by-value.go code cleanup (#1054) 2024-10-01 12:14:02 +02:00