Skip to content

Commit

Permalink
exclude drawio xml for diagrams from spdx check
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Engel <mengel@redhat.com>
  • Loading branch information
engelmi committed Oct 16, 2023
1 parent 5a18963 commit b2fbcf3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build-scripts/spdx-header-check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ MAIN_FILES="$(find -type f \
-regex ${CHECKED_FILES} \
-not -path './builddir/*' \
-not -path './subprojects/*' \
-not -path './doc/*-examples/*')"
-not -path './doc/*-examples/*' \
-not -path './doc/diagrams.drawio.xml')"

#
# List of files to check using the examples licenses
Expand Down

0 comments on commit b2fbcf3

Please sign in to comment.