Skip to content

Commit

Permalink
Allign validate-wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
guy-har committed Jun 24, 2024
1 parent d5ac7c3 commit 1789b96
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,8 @@ validate-permissions-gen: gen-code

.PHONY: validate-wrapper
validate-wrapper: gen-code
git diff --quiet -- pkg/auth/wrapper.gen.go || (echo "Modification verification failed! pkg/auth/wrapper.gen.go"; false)
git diff --quiet -- pkg/auth/service_wrapper.gen.go || (echo "Modification verification failed! pkg/auth/service_wrapper.gen.go"; false)
git diff --quiet -- pkg/auth/service_inviter_wrapper.gen.go || (echo "Modification verification failed! pkg/auth/service_inviter_wrapper.gen.go"; false)

.PHONY: validate-wrapgen-testcode
validate-wrapgen-testcode: gen-code
Expand Down

0 comments on commit 1789b96

Please sign in to comment.