Skip to content

Commit

Permalink
chore: Don't require headers on generated testdata
Browse files Browse the repository at this point in the history
This doesn't seem to add anything, and it causes a lot of friction.
  • Loading branch information
justinsb committed May 13, 2024
1 parent b68d7e1 commit 79bcfe2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ fmt:
-ignore "operator/config/gke-addon/image_configmap.yaml" \
-ignore "operator/config/rbac/cnrm_viewer_role.yaml" \
-ignore "operator/vendor/**" \
-ignore "**/testdata/**/_*" \
./

.PHONY: lint
Expand Down

0 comments on commit 79bcfe2

Please sign in to comment.