Skip to content

Commit

Permalink
make: Ignore checking all vendor files
Browse files Browse the repository at this point in the history
Ignore all files in any vendor directory, not just /include/vendor
  • Loading branch information
kenrabold committed May 29, 2018
1 parent fce5c75 commit a6ba0d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/tools/ci/changed_files.sh
Expand Up @@ -8,7 +8,7 @@

changed_files() {
: ${FILEREGEX:='\.([CcHh]|[ch]pp)$'}
: ${EXCLUDE:='^(.+/include/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'}
: ${EXCLUDE:='^(.+/vendor/|dist/tools/coccinelle/include|boards/common/msba2/tools/src)'}
: ${DIFFFILTER:='ACMR'}

DIFFFILTER="--diff-filter=${DIFFFILTER}"
Expand Down
2 changes: 1 addition & 1 deletion dist/tools/whitespacecheck/check.sh
Expand Up @@ -6,7 +6,7 @@
# General Public License v2.1. See the file LICENSE in the top level
# directory for more details.

NOVENDOR=":!*/include/vendor/*"
NOVENDOR=":!*/vendor/*"

# If no branch but an option is given, unset BRANCH.
# Otherwise, consume this parameter.
Expand Down

0 comments on commit a6ba0d8

Please sign in to comment.