mirror of
https://github.com/mgechev/revive.git
synced 2025-01-10 03:17:11 +02:00
f8c1094ecd
* Adds rule superfluous-else (an extension of indent-error-flow) * Fix superfluous-else rule struct namming. * Adds superfuous-else rule to the rules table * Adds confusing-naming rule * adds multifile test * clean-up * clean master * running version * isGetter now checks for non lowercase characters |
||
---|---|---|
.. | ||
argument-limit.go | ||
blank-imports.go | ||
context-as-argument.go | ||
context-keys-type.go | ||
cyclomatic.go | ||
dot-imports.go | ||
empty-block.go | ||
error-naming.go | ||
error-return.go | ||
error-strings.go | ||
errorf.go | ||
exported.go | ||
file-header.go | ||
get-return.go | ||
if-return.go | ||
increment-decrement.go | ||
indent-error-flow.go | ||
max-public-structs.go | ||
package-comments.go | ||
range.go | ||
receiver-naming.go | ||
superfluous-else.go | ||
time-naming.go | ||
unexported-return.go | ||
utils.go | ||
var-declarations.go | ||
var-naming.go |