Skip to content

Commit 2ac1ad7

Browse files
committed
scripts/license_headers_check.sh: ignore code examples
1 parent bca25e5 commit 2ac1ad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/license_headers_check.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
if [ $# -eq 0 ]
1919
then
20-
FILES=$(find . \( -name "*.py" -o -name "*.c" -o -name "*.sh" \) -size +1c -not -path "./dist/*" -not -path "./build/*" -not -path "./venv*/*")
20+
FILES=$(find . \( -name "*.py" -o -name "*.c" -o -name "*.sh" \) -size +1c -not -path "./dist/*" -not -path "./build/*" -not -path "./venv*/*" -not -path "*/examples/*")
2121
else
2222
FILES=$@
2323
fi

0 commit comments

Comments
 (0)