Skip to content

Commit eef37fa

Browse files
committed
adjust golangci conf
1 parent 878e016 commit eef37fa

1 file changed

Lines changed: 14 additions & 8 deletions

File tree

.golangci.yml

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
1+
version: "2"
12
linters:
2-
enable:
3-
- errcheck
4-
- gosimple
5-
disable:
6-
- unused
7-
- ineffassign
8-
- staticcheck
9-
output_format: colored-line-number
3+
enable:
4+
- errcheck
5+
- gosimple
6+
disable:
7+
- unused
8+
- ineffassign
9+
- staticcheck
10+
output:
11+
formats:
12+
text:
13+
path: stdout
14+
print-linter-name: true
15+
print-issued-lines: true

0 commit comments

Comments
 (0)