-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathrevive.toml
More file actions
66 lines (62 loc) · 1.54 KB
/
Copy pathrevive.toml
File metadata and controls
66 lines (62 loc) · 1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
ignoreGeneratedHeader = false
severity = "warning"
confidence = 0.8
# Non-zero exit codes make CI's `revive` step actually fail on violations.
# With both at 0 (revive's defaults), warnings become GitHub inline
# annotations but the Lint job stays green — issues silently pass review,
# as happened on PR #62 with flag-parameter and context-as-argument hits.
errorCode = 1
warningCode = 1
[rule.context-keys-type]
[rule.time-equal]
[rule.var-declaration]
[rule.time-naming]
[rule.unexported-return]
[rule.errorf]
[rule.blank-imports]
[rule.context-as-argument]
[rule.dot-imports]
[rule.error-return]
[rule.error-strings]
[rule.error-naming]
[rule.exported]
[rule.if-return]
[rule.increment-decrement]
[rule.var-naming]
[rule.package-comments]
disabled = true
[rule.range]
[rule.receiver-naming]
[rule.indent-error-flow]
[rule.empty-block]
[rule.superfluous-else]
[rule.confusing-naming]
[rule.get-return]
[rule.modifies-parameter]
[rule.confusing-results]
[rule.deep-exit]
[rule.flag-parameter]
[rule.unnecessary-stmt]
[rule.modifies-value-receiver]
[rule.constant-logical-expr]
[rule.redefines-builtin-id]
[rule.imports-blacklist]
[rule.range-val-in-closure]
[rule.range-val-address]
[rule.waitgroup-by-value]
[rule.call-to-gc]
[rule.atomic]
[rule.duplicated-imports]
[rule.import-shadowing]
[rule.bare-return]
[rule.string-of-int]
[rule.string-format]
[rule.early-return]
[rule.unconditional-recursion]
[rule.identical-branches]
[rule.bool-literal-in-expr]
[rule.defer]
[rule.unexported-naming]
[rule.optimize-operands-order]
[rule.datarace]
[rule.comment-spacings]