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.
1 parent 69db489 commit 782914cCopy full SHA for 782914c
.golangci.yml
@@ -49,7 +49,6 @@ linters-settings:
49
- name: range-val-in-closure
50
- name: range-val-address
51
- name: dot-imports
52
- - name: empty-block
53
- name: error-naming
54
- name: error-return
55
- name: error-strings
@@ -125,7 +124,8 @@ linters:
125
124
- noctx
126
- nolintlint
127
- predeclared
128
- - promlinter
+ # disabling for the initial iteration of the linting tool
+ #- promlinter
129
- revive
130
- rowserrcheck
131
- sqlclosecheck
@@ -183,6 +183,12 @@ issues:
183
linters:
184
185
186
+ - path: cmd.*
187
+ text: "deep-exit"
188
+
189
+ - path: main\.go
190
191
192
# This check is of questionable value
193
- linters:
194
- tparallel
0 commit comments