We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ae2171 + 25f9cea commit 6af11bbCopy full SHA for 6af11bb
.github/mergify.yml
.github/settings.yml
.golangci.yml
@@ -43,7 +43,6 @@ linters:
43
- godox # TODO's are OK
44
- ireturn # It's OK
45
- musttag
46
- - godot # dubious
47
- nonamedreturns
48
- goconst # finds repeated strings that could be replaced by a constant
49
- goheader # checks is file header matches to pattern
@@ -140,6 +139,9 @@ linters:
140
139
govet:
141
enable-all: true
142
+ godot:
143
+ scope: toplevel
144
+
145
inamedparam:
146
# Skips check for interface methods with only a single parameter.
147
skip-single-param: true
@@ -223,6 +225,7 @@ linters:
223
225
linters:
224
226
- dupl
227
- gosec
228
+ - godot
229
- noctx
230
- perfsprint
231
- revive
0 commit comments