Skip to content

Commit 29e6c00

Browse files
committed
Effectively only add one linter
Signed-off-by: Mihai Maruseac <[email protected]>
1 parent 12c9cb6 commit 29e6c00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.golangci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ linters:
4545
- goprintffuncname
4646
- gosec
4747
- gosimple
48-
- govet
49-
- ineffassign
48+
# govet
49+
# ineffassign
5050
# lll
5151
# makezero
5252
# misspell

0 commit comments

Comments
 (0)