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.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
2
2
#
3
-
# Generated on 2024-08-05T10:23:31Z by kres faf91e3.
3
+
# Generated on 2024-12-18T18:57:15Z by kres fcff05e.
4
4
5
5
# options for analysis running
6
6
run:
@@ -116,7 +116,6 @@ linters:
116
116
- gochecknoglobals
117
117
- gochecknoinits
118
118
- godox
119
-
- gomnd
120
119
- gomoddirectives
121
120
- gosec
122
121
- inamedparam
@@ -135,6 +134,7 @@ linters:
135
134
- perfsprint # complains about us using fmt.Sprintf in non-performance critical code, updating just kres took too long
136
135
- goimports # same as gci
137
136
- musttag # seems to be broken - goes into imported libraries and reports issues there
137
+
- exportloopref # WARN The linter 'exportloopref' is deprecated (since v1.60.2) due to: Since Go1.22 (loopvar) this linter is no longer relevant. Replaced by copyloopvar.
@@ -149,9 +151,18 @@ target-%: ## Builds the specified target defined in the Dockerfile. The build r
149
151
150
152
local-%: ## Builds the specified target defined in the Dockerfile using the local output type. The build result will be output to the specified local destination.
0 commit comments