Skip to content

Commit

Permalink
revert changes to makefile parameters
Browse files Browse the repository at this point in the history
Signed-off-by: 夜微澜 <qiutingjun_yewu@cmss.chinamobile.com>
  • Loading branch information
qiutingjun committed Oct 17, 2023
1 parent c54d494 commit ffcff4e
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 @@ -910,7 +910,7 @@ lint:
echo "Code differs from gofmt's style" 1>&2 && exit 1; \
fi
@GOOS=linux go vet ./...
@GOOS=linux gosec -exclude=G101,G204,G306,G404,G601,G602,G301 -exclude-dir=test -exclude-dir=pkg/client ./..
@GOOS=linux gosec -exclude=G204,G306,G404,G601,G301 -exclude-dir=test -exclude-dir=pkg/client ./...

.PHONY: gofumpt
gofumpt: gofumpt
Expand Down

0 comments on commit ffcff4e

Please sign in to comment.