Skip to content

Commit

Permalink
dynamolock/v2: adjust the linters to skip the use of generics
Browse files Browse the repository at this point in the history
  • Loading branch information
ucirello committed Oct 29, 2023
1 parent 75e8251 commit e6159c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
linters:
go install github.com/golangci/golangci-lint/cmd/[email protected]
golangci-lint -j 1 run --disable-all \
--exclude ".*Load returns interface.*" \
-E "errcheck" \
-E "errname" \
-E "errorlint" \
Expand Down

0 comments on commit e6159c3

Please sign in to comment.