mirror of
https://github.com/mgechev/revive.git
synced 2024-11-24 08:32:22 +02:00
c2e2dbac85
* 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 * [WIP] fix multiple file test * draft solution for detecting confusing-names through multiple files * [WIP] confusing-name multiple files * clean-up * draft working version * cleaner version + more informative messages * adds check on struct field names * fix config.go * clean master * new ADS rule: newerr * ADS-print working version * ads-print final version * ads-lost-err working version * confusing-namming: fix tests * unused-parameter: working version * WIP adds scopes - still imprecise ( eg a:=a is not detected as use) * w/scopes and more precise * adds test on structs * adds test w/ var shadowing * more precise handling of for/switch statements * fix check of +=, -=, *= and the like. Adds better support for slices and switchs |
||
---|---|---|
.. | ||
argument-limit.go | ||
blank-imports.go | ||
confusing-naming.go | ||
confusing-results.go | ||
context-as-argument.go | ||
context-keys-type.go | ||
cyclomatic.go | ||
deep-exit.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 | ||
modifies-param.go | ||
package-comments.go | ||
range.go | ||
receiver-naming.go | ||
superfluous-else.go | ||
time-naming.go | ||
unexported-return.go | ||
unused-param.go | ||
utils.go | ||
var-declarations.go | ||
var-naming.go |