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 1063d9f commit e63a66dCopy full SHA for e63a66d
.golangci.yml
@@ -24,7 +24,6 @@ linters:
24
- goconst
25
- gocritic
26
- gocyclo
27
- - godox
28
- goprintffuncname
29
- govet
30
- importas
@@ -54,14 +53,6 @@ linters:
54
53
- fieldalignment
55
- shadow
56
enable-all: true
57
- godox:
58
- keywords:
59
- - TODO
60
- - BUG
61
- - FIXME
62
- - NOTE
63
- - OPTIMIZE
64
- - HACK
65
importas:
66
no-unaliased: true
67
revive:
@@ -134,9 +125,6 @@ linters:
134
125
- staticcheck
135
126
path: (.+)\.go$
136
127
text: (QF1008)
137
- - text: "Line contains TODO/BUG/FIXME"
138
- linters:
139
140
128
formatters:
141
129
enable:
142
130
- gofmt
0 commit comments