Skip to content

Commit aa71af7

Browse files
committed
fix: disable shadow and unusedwrite govet checks
1 parent 33fca28 commit aa71af7

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.golangci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ linters:
2121
enable-all: true
2222
disable:
2323
- fieldalignment
24+
- shadow
25+
- unusedwrite
2426
staticcheck:
2527
checks:
2628
- all

0 commit comments

Comments
 (0)