Skip to content
This repository has been archived by the owner on Aug 21, 2023. It is now read-only.

Commit

Permalink
golangci-lint time
Browse files Browse the repository at this point in the history
  • Loading branch information
lichunzhu committed Oct 12, 2021
1 parent 20423d9 commit 55e71bd
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 @@ -74,7 +74,7 @@ static: tools
@# gosec - too many false positive
@# errorlint - can't detect errors.Cause
@# sqlclosecheck - the rows in dumpling is created in one function but closed in other functions
CGO_ENABLED=0 tools/bin/golangci-lint run --enable-all --deadline 120s \
CGO_ENABLED=0 tools/bin/golangci-lint run --enable-all --deadline 180s \
--disable gochecknoglobals \
--disable goimports \
--disable gofmt \
Expand Down

0 comments on commit 55e71bd

Please sign in to comment.