File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 18
18
19
19
modules-download-mode : readonly
20
20
21
-
22
21
# output configuration options
23
22
output :
24
23
# colored-line-number|line-number|json|tab|checkstyle|code-climate, default is "colored-line-number"
@@ -84,7 +83,7 @@ linters-settings:
84
83
# with golangci-lint call it on a directory with the changed file.
85
84
check-exported : false
86
85
whitespace :
87
- multi-if : false # Enforces newlines (or comments) after every multi-line if statement
86
+ multi-if : false # Enforces newlines (or comments) after every multi-line if statement
88
87
multi-func : false # Enforces newlines (or comments) after every multi-line function signature
89
88
wsl :
90
89
# If true append is only allowed to be cuddled if appending value is
@@ -116,7 +115,6 @@ linters:
116
115
- bodyclose
117
116
fast : false
118
117
119
-
120
118
issues :
121
119
exclude-rules :
122
120
# Exclude some linters from running on tests files.
@@ -138,11 +136,12 @@ issues:
138
136
- linters :
139
137
- staticcheck
140
138
text : " SA9003:"
141
-
142
- # Exclude some staticcheck messages
143
139
- linters :
144
140
- staticcheck
145
141
text : " SA5001:"
142
+ - linters :
143
+ - staticcheck
144
+ text : " SA1019:"
146
145
147
146
# Exclude some staticcheck messages
148
147
- linters :
@@ -170,7 +169,6 @@ issues:
170
169
- deadcode
171
170
text : " `commit` is unused"
172
171
173
-
174
172
# Independently from option `exclude` we use default exclude patterns,
175
173
# it can be disabled by this option. To list all
176
174
# excluded by default patterns execute `golangci-lint run --help`.
You can’t perform that action at this time.
0 commit comments