1
0
mirror of https://github.com/mgechev/revive.git synced 2024-11-24 08:32:22 +02:00
revive/rule
2018-09-17 15:22:07 +08:00
..
add-constant.go add-constant (new rule) (#39) 2018-07-17 12:21:27 -07:00
argument-limit.go Add tests for the arguments limit 2018-02-04 15:10:35 -08:00
blank-imports.go Refactoring 2018-01-24 15:44:03 -08:00
bool-literal-in-expr.go bool-literal-in-expr (new rule) (#54) 2018-08-23 11:10:17 -07:00
confusing-naming.go New rule: Confusing naming (#16) 2018-07-02 12:05:20 +10:00
confusing-results.go New rule: confusing-results (#27) 2018-07-02 12:09:58 +10:00
constant-logical-expr.go constant-logical-expr (new rule) (#55) 2018-08-23 11:45:10 -07:00
context-as-argument.go Refactoring and renaming 2018-05-26 21:28:31 -07:00
context-keys-type.go Introduce optional type checking 2018-05-31 21:43:02 -07:00
cyclomatic.go API improvements 2018-01-26 20:45:17 -08:00
deep-exit.go New rule deep-exit (#26) 2018-06-27 06:21:03 +10:00
dot-imports.go Refactoring 2018-01-24 15:44:03 -08:00
empty-block.go empty-block: ignore checking blocks of funcs and func literals (#17) 2018-06-11 12:08:58 -07:00
error-naming.go Refactoring and renaming 2018-05-26 21:28:31 -07:00
error-return.go Add all built-in rules 2018-01-25 11:34:38 -08:00
error-strings.go Add default formatter 2018-01-27 17:01:18 -08:00
errorf.go Introduce optional type checking 2018-05-31 21:43:02 -07:00
exported.go Fix rule for documentation of exported types (#29) 2018-07-08 08:14:15 +10:00
file-header.go Rename and docs 2018-05-26 16:14:36 -07:00
flag-param.go flag-parameter (new rule) (#44) 2018-07-21 22:58:48 -07:00
get-return.go New rule: get-return (#23) 2018-06-22 21:21:09 +10:00
if-return.go Add rules 2018-01-25 10:35:27 -08:00
increment-decrement.go Add increment decrement 2018-01-25 11:16:28 -08:00
indent-error-flow.go Fix issue19 (#20) 2018-06-13 07:01:31 -07:00
max-public-structs.go removes debug trace (#57) 2018-09-09 08:33:45 -07:00
modifies-param.go Refactoring: removes unused function from modifies-param rule code (#50) 2018-08-13 15:19:00 -07:00
modifies-value-receiver.go modifies-value-receiver (new rule) (#51) 2018-08-13 15:18:28 -07:00
package-comments.go Refactoring 2018-01-24 15:44:03 -08:00
range.go Add errorf rule 2018-01-25 10:42:39 -08:00
receiver-naming.go Refactoring and renaming 2018-05-26 21:28:31 -07:00
redefines-builtin-id.go redefines-builtin-id (new rule) (#60) 2018-09-13 19:19:49 -07:00
return-argument-limit.go New rule: return-argument-limit 2018-09-17 15:22:07 +08:00
struct-tag.go struct-tag: add support for asn1 and bson (#49) 2018-08-07 11:28:45 -07:00
superfluous-else.go superfuous-else handles more cases (#24) 2018-06-24 17:24:50 +10:00
time-naming.go Introduce optional type checking 2018-05-31 21:43:02 -07:00
unexported-return.go Avoid false positives when returning interface values (#6) 2018-06-11 11:22:33 -07:00
unnecessary-stmt.go unnecessary-stmt (new rule) (#45) 2018-07-27 22:38:39 -07:00
unreachable-code.go New rule: unreachable-code (#38) 2018-07-16 14:23:47 -07:00
unused-param.go Refactoring: move pick function to rule/utils.go (#30) 2018-07-09 03:00:44 +10:00
utils.go bool-literal-in-expr (new rule) (#54) 2018-08-23 11:10:17 -07:00
var-declarations.go Introduce optional type checking 2018-05-31 21:43:02 -07:00
var-naming.go Run var-naming on test files 2018-05-30 17:41:02 -07:00