Skip to content

Commit b997a2e

Browse files
Revert "upd lint"
This reverts commit b4cdd19. # Conflicts: # .golangci.yaml
1 parent 29f4d35 commit b997a2e

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.golangci.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
version: "2"
1+
# This file contains all available configuration options
2+
# with their default values.
23

34
# options for analysis running
45
run:
56
# Updated to match go.mod version
6-
go: "1.24"
7+
go: "1.25"
78

89
# default concurrency is a available CPU number
910
concurrency: 4
@@ -15,14 +16,12 @@ run:
1516
issues-exit-code: 1
1617

1718
linters:
18-
default: none
1919
enable:
2020
- gocyclo
2121
- errcheck
2222
- godox
23-
2423
# all available settings of specific linters
25-
linters.settings:
24+
linters-settings:
2625
errcheck:
2726
# report about not checking of errors in type assertions: `a := b.(MyStruct)`;
2827
# default is false: such cases aren't reported by default.

0 commit comments

Comments
 (0)