Skip to content

Commit 9aec23e

Browse files
committed
chore(component): Update golangci-lint config
Signed-off-by: Joonas Bergius <[email protected]>
1 parent 1dec000 commit 9aec23e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

component/.golangci.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ run:
33
modules-download-mode: readonly
44

55
output:
6-
uniq-by-line: false
76
show-stats: true
87
sort-results: true
98
sort-order:
109
- linter
1110
- severity
1211
- file
1312

13+
issues:
14+
uniq-by-line: false
15+
1416
linters:
1517
enable:
1618
- gofmt

0 commit comments

Comments
 (0)