Skip to content

Commit 8618671

Browse files
committed
add ineffassign linter
1 parent 49f76c9 commit 8618671

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.golangci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ linters:
1414
- gosec
1515
- gosimple
1616
- govet
17+
- ineffassign
1718
- lll
1819
- staticcheck
1920
- stylecheck

0 commit comments

Comments
 (0)