Skip to content

Commit ed6ca50

Browse files
fixed typo
1 parent 180b6e3 commit ed6ca50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/linters/.golangci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ linters:
88
enable:
99
- bodyclose
1010
- copyloopvar
11-
# - depguard # Disabled - no import restrictions previously
11+
# - depguard # Disabled - no import restrictions applied earlier
1212
- dogsled
1313
- errcheck
1414
- goconst
@@ -68,4 +68,4 @@ linters-settings:
6868
goconst:
6969
min-occurrences: 5
7070
ignore-tests: true
71-
ignore-strings: "echo '"
71+
ignore-strings: "echo '"

0 commit comments

Comments
 (0)