We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 180b6e3 commit ed6ca50Copy full SHA for ed6ca50
.github/linters/.golangci.yaml
@@ -8,7 +8,7 @@ linters:
8
enable:
9
- bodyclose
10
- copyloopvar
11
- # - depguard # Disabled - no import restrictions previously
+ # - depguard # Disabled - no import restrictions applied earlier
12
- dogsled
13
- errcheck
14
- goconst
@@ -68,4 +68,4 @@ linters-settings:
68
goconst:
69
min-occurrences: 5
70
ignore-tests: true
71
- ignore-strings: "echo '"
+ ignore-strings: "echo '"
0 commit comments