Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4c5bea5

Browse files
committed
upd golangci-lint to v2.12.2
1 parent 5a43dfd commit 4c5bea5

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.golangci.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ linters:
3030
- varnamelen
3131
- wrapcheck
3232
- wsl
33-
33+
3434
settings:
3535
cyclop:
3636
max-complexity: 12
@@ -53,10 +53,6 @@ linters:
5353
enabled-checks:
5454
- commentedOutCode
5555

56-
# gomoddirectives:
57-
# replace-allow-list:
58-
# - github.com/slok/go-http-metrics
59-
6056
gosec:
6157
excludes:
6258
- G104 # Errors unhandled

0 commit comments

Comments
 (0)