Skip to content

Commit

Permalink
skip some lint
Browse files Browse the repository at this point in the history
Signed-off-by: bobz965 <[email protected]>
  • Loading branch information
bobz965 committed Aug 24, 2023
1 parent 7ab0b06 commit 5f35589
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 @@ -826,7 +826,7 @@ lint:
echo "Code differs from gofmt's style" 1>&2 && exit 1; \
fi
@GOOS=linux go vet ./...
@GOOS=linux gosec -exclude=G204,G306,G404,G601,G301 -exclude-dir=test -exclude-dir=pkg/client ./...
@GOOS=linux gosec -exclude=G101,G204,G306,G404,G601,G602,G301 -exclude-dir=test -exclude-dir=pkg/client ./..

.PHONY: lint-windows
lint-windows:
Expand Down

0 comments on commit 5f35589

Please sign in to comment.