You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .golangci.yaml
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -56,7 +56,6 @@ linters:
56
56
- ineffassign
57
57
- intrange
58
58
- iotamixing
59
-
- misspell
60
59
- modernize
61
60
- nilerr
62
61
- nolintlint
@@ -147,7 +146,7 @@ linters:
147
146
require-specific: true
148
147
modernize:
149
148
disable:
150
-
# omitzero requires removing omitempty tags in kubernetes api struct types which are nested, which is intepreted by controller-gen and breaks the CRDs.
149
+
# omitzero requires removing omitempty tags in kubernetes api struct types which are nested, which is interpreted by controller-gen and breaks the CRDs.
0 commit comments