Skip to content
Snippets Groups Projects
Commit db20dc28 authored by webmanue's avatar webmanue
Browse files

exclude *.json, *.txt from license header check

- json files do not support comments in file header
- stdout.txt contains output of test
- fixes error in CI
parent 15912824
No related branches found
No related tags found
No related merge requests found
Pipeline #99772 failed
......@@ -73,6 +73,8 @@ check-license-header:
! grep \
--recursive \
--exclude-dir='.git' \
--exclude='*.json' \
--exclude='*.txt' \
--files-without-match "Apache License" \
.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment