We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bca25e5 commit 2ac1ad7Copy full SHA for 2ac1ad7
scripts/license_headers_check.sh
@@ -17,7 +17,7 @@
17
18
if [ $# -eq 0 ]
19
then
20
- FILES=$(find . \( -name "*.py" -o -name "*.c" -o -name "*.sh" \) -size +1c -not -path "./dist/*" -not -path "./build/*" -not -path "./venv*/*")
+ FILES=$(find . \( -name "*.py" -o -name "*.c" -o -name "*.sh" \) -size +1c -not -path "./dist/*" -not -path "./build/*" -not -path "./venv*/*" -not -path "*/examples/*")
21
else
22
FILES=$@
23
fi
0 commit comments