Skip to content

Commit 005a088

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

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,8 @@ linters:
2626
ignore:
2727
- new
2828
govet:
29-
checks:
30-
- "all"
31-
- "-buildtag"
29+
disable:
30+
- "buildtag"
3231

3332
exclusions:
3433
generated: lax

0 commit comments

Comments
 (0)