Skip to content

Commit 3a04320

Browse files
committed
Update config
1 parent 525d4b2 commit 3a04320

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ __debug_bin*
1111

1212
# Go
1313
vendor
14+
bin/

.golangci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@ linters:
2222
- third_party$
2323
- builtin$
2424
- examples$
25+
settings:
26+
staticcheck:
27+
checks:
28+
- "all"
29+
- -QF1008
30+
- -ST1000
2531
formatters:
2632
exclusions:
2733
generated: lax

0 commit comments

Comments
 (0)