Skip to content

Commit ccf16f7

Browse files
take0fitldez
andauthored
docs: fix revive defer rule configuration (#5804)
Co-authored-by: Fernandez Ludovic <[email protected]>
1 parent deee4e7 commit ccf16f7

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.golangci.reference.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -2300,12 +2300,11 @@ linters:
23002300
disabled: false
23012301
exclude: [""]
23022302
arguments:
2303-
- "call-chain"
2304-
- "loop"
2305-
- "method-call"
2306-
- "recover"
2307-
- "immediate-recover"
2308-
- "return"
2303+
- - "call-chain"
2304+
- "loop"
2305+
- "method-call"
2306+
- "recover"
2307+
- "return"
23092308
# https://github.com/mgechev/revive/blob/HEAD/RULES_DESCRIPTIONS.md#dot-imports
23102309
- name: dot-imports
23112310
severity: warning

0 commit comments

Comments
 (0)