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
+5-6Lines changed: 5 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
1
+
# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT.
2
2
#
3
-
# Generated on 2026-05-06T09:14:46Z by kres 1762ab2.
3
+
# Generated on 2026-06-05T08:26:56Z by kres a07fce6.
4
4
5
5
version: "2"
6
6
@@ -31,8 +31,10 @@ linters:
31
31
- funlen
32
32
- gochecknoglobals
33
33
- gochecknoinits
34
+
- goconst # complains about repeated values without understanding code context, it checks comments and logger variables and gives false positives for all of those
0 commit comments