We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ce4b4 commit f9f8caeCopy full SHA for f9f8cae
1 file changed
.golangci.yml
@@ -54,6 +54,11 @@ linters:
54
- funcorder
55
- wsl_v5
56
- noinlineerr
57
+ # llformat now owns vertical whitespace for handwritten Go. The
58
+ # whitespace linter cannot express the project rule that multi-line
59
+ # function signatures keep a body separator while single-return control
60
+ # blocks stay compact.
61
+ - whitespace
62
settings:
63
gosec:
64
excludes:
@@ -67,9 +72,6 @@ linters:
67
72
case:
68
73
rules:
69
74
json: snake
70
- whitespace:
71
- multi-if: true
- multi-func: true
75
exclusions:
76
generated: lax
77
presets:
0 commit comments