Skip to content

Commit

Permalink
Update license check to ignore markdown files
Browse files Browse the repository at this point in the history
  • Loading branch information
swi-jared committed Nov 27, 2023
1 parent 49a662c commit 3e44eb8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions license_check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,7 @@ find . -type f \
-not -path '*/\.git*' \
-not -path '*/go.sum' \
-not -path './LICENSE' \
-not -path '*/README.md' \
-not -path './CONTRIBUTING.md' \
-not -path '*/*.md' \
-not -path './CODEOWNERS' \
-not -path './\.editorconfig' \
-not -path './\.codecov.yaml' \
Expand Down

0 comments on commit 3e44eb8

Please sign in to comment.