Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a43dfd commit 4c5bea5Copy full SHA for 4c5bea5
1 file changed
.golangci.yaml
@@ -30,7 +30,7 @@ linters:
30
- varnamelen
31
- wrapcheck
32
- wsl
33
-
+
34
settings:
35
cyclop:
36
max-complexity: 12
@@ -53,10 +53,6 @@ linters:
53
enabled-checks:
54
- commentedOutCode
55
56
- # gomoddirectives:
57
- # replace-allow-list:
58
- # - github.com/slok/go-http-metrics
59
60
gosec:
61
excludes:
62
- G104 # Errors unhandled
0 commit comments