Skip to content

Commit d04c6ff

Browse files
committed
Fix indentation in .golangci.yml settings section
Corrected the indentation of the 'settings' section in .golangci.yml to ensure proper configuration parsing for linters.
1 parent d0846a0 commit d04c6ff

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.golangci.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,9 @@ linters:
1313
- nakedret
1414
- prealloc
1515
- revive
16-
17-
settings:
18-
misspell:
19-
locale: US
20-
revive:
21-
rules:
22-
- name: redundant-build-tag
23-
24-
issues:
25-
max-per-linter: 0
26-
max-same: 0
16+
settings:
17+
misspell:
18+
locale: US
19+
revive:
20+
rules:
21+
- name: redundant-build-tag

0 commit comments

Comments
 (0)