1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/rule
2019-06-01 10:34:43 +02:00
..
add-constant.go
argument-limit.go
atomic.go
bare-return.go bare-return (first working version) (#117) 2019-04-17 22:55:52 +02:00
blank-imports.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
bool-literal-in-expr.go
call-to-gc.go call-to-gc (new rule) (#90) 2018-10-31 07:32:23 -07:00
confusing-naming.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
confusing-results.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
constant-logical-expr.go
context-as-argument.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
context-keys-type.go
cyclomatic.go
deep-exit.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
dot-imports.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
duplicated-imports.go New rule: duplicated-imports (#111) 2019-03-20 11:54:03 -07:00
empty-block.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
empty-lines.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
error-naming.go
error-return.go fix error return rule to allow multiple error return values (#110) 2019-03-20 11:54:27 -07:00
error-strings.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
errorf.go
exported.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
file-header.go
flag-param.go
function-result-limit.go
get-return.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
if-return.go
import-shadowing.go new rule: import shadowing (#114) 2019-03-27 11:46:20 -07:00
imports-blacklist.go optimizes import-blacklist (#123) 2019-04-22 10:58:02 -07:00
increment-decrement.go
indent-error-flow.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
line-length-limit.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
max-public-structs.go
modifies-param.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
modifies-value-receiver.go
package-comments.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
range-val-in-closure.go
range.go
receiver-naming.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
redefines-builtin-id.go
struct-tag.go struct-tag warns on private fields with tags (#131) 2019-06-01 10:34:43 +02:00
superfluous-else.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
time-naming.go
unexported-return.go
unhandled-error.go adds blacklist to unhandled-error (#128) 2019-04-29 19:56:12 -07:00
unnecessary-stmt.go
unreachable-code.go
unused-param.go simpler and more efficient implementation of unused-parameter (#121) 2019-04-21 10:13:03 -07:00
unused-receiver.go new rule: unused-receiver (#119) 2019-04-18 10:35:51 -07:00
utils.go
var-declarations.go
var-naming.go refactor: remove URL field from the failure struct 2018-10-30 15:37:27 -07:00
waitgroup-by-value.go