Skip to content

Commit 5d27e4f

Browse files
authored
Disable golangci-lint staticcheck SA1019 (#1285)
Signed-off-by: Botond Szirtes <botond.szirtes@est.tech>
1 parent addbf37 commit 5d27e4f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ linters-settings:
2626
- (github.com/sirupsen/logrus.FieldLogger).Warnf
2727
- (github.com/sirupsen/logrus.FieldLogger).Errorf
2828
- (github.com/sirupsen/logrus.FieldLogger).Fatalf
29+
staticcheck:
30+
checks:
31+
- all
32+
- '-SA1019'
2933
revive:
3034
confidence: 0.8
3135
rules:

0 commit comments

Comments
 (0)