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 f5d1dfa commit 88435a3Copy full SHA for 88435a3
.golangci.yml
@@ -107,6 +107,33 @@ linters:
107
- linters:
108
- lll
109
path: .golangci.yml
110
+ # These are auto-generated, so it makes no sense including them.
111
+ - linters:
112
+ - dupl
113
+ - errcheck
114
+ - gci
115
+ - gocyclo
116
+ - gosec
117
+ - lll
118
+ path: (.*)mock_(.+)\.go
119
120
121
122
123
124
125
126
127
+ path: (.*)zz_generated\.deepcopy\.go
128
+ # This is auto-generated, so it makes no sense including it.
129
130
131
132
133
134
135
136
+ path: docs/server/docs.go
137
paths:
138
- third_party$
139
- builtin$
0 commit comments