Skip to content

Commit d87cfff

Browse files
committed
rm buildtag linting
Signed-off-by: Dmitry Kisler <admin@dkisler.com>
1 parent f00e652 commit d87cfff

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ linters:
2525
predeclared:
2626
ignore:
2727
- new
28+
govet:
29+
checks:
30+
- "all"
31+
- "-buildtag"
2832

2933
exclusions:
3034
generated: lax

0 commit comments

Comments
 (0)