Skip to content

Commit

Permalink
Disable 'gomoddirectives'.
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Miguel Custódio <[email protected]>
  • Loading branch information
bmcustodio committed May 4, 2021
1 parent 909c3f7 commit e802c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ $(ROOT)/bin/golangci-lint:

.PHONY: lint
lint: $(ROOT)/bin/golangci-lint
@$(ROOT)/bin/golangci-lint run --enable-all --disable exhaustivestruct,errorlint,gochecknoglobals,gochecknoinits,goerr113,gomnd,lll,nlreturn,wrapcheck,wsl --timeout 5m
@$(ROOT)/bin/golangci-lint run --enable-all --disable exhaustivestruct,errorlint,gochecknoglobals,gochecknoinits,goerr113,gomnd,gomoddirectives,lll,nlreturn,wrapcheck,wsl --timeout 5m

0 comments on commit e802c98

Please sign in to comment.