Skip to content

Commit

Permalink
still getting make verify error removing quiet flag to see what it is
Browse files Browse the repository at this point in the history
  • Loading branch information
nathangeology committed Jun 26, 2024
1 parent af18243 commit 86e68c2
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 @@ -110,7 +110,7 @@ verify: ## Verify code. Includes codegen, docgen, dependencies, linting, formatt
go vet ./...
cd kwok/charts && helm-docs
golangci-lint run
@git diff --quiet ||\
@git diff ||\
{ echo "New file modification detected in the Git working tree. Please check in before commit."; git --no-pager diff --name-only | uniq | awk '{print " - " $$0}'; \
if [ "${CI}" = true ]; then\
exit 1;\
Expand Down

0 comments on commit 86e68c2

Please sign in to comment.