Skip to content

Commit

Permalink
buildsystem_sanity_check: whitelist Vagrantfiles
Browse files Browse the repository at this point in the history
Vagrantfiles are not part of our build-system so they should be ignored
by its sanity check.
  • Loading branch information
miri64 committed Aug 25, 2020
1 parent f9e3c0f commit 1d435de
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/tools/buildsystem_sanity_check/check.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ check_not_exporting_variables() {
# only place that should export common variables
pathspec+=('*')
pathspec+=(':!makefiles/vars.inc.mk')
pathspec+=(':!**/Vagrantfile')

patterns=()
for variable in "${EXPORTED_VARIABLES_ONLY_IN_VARS[@]}"; do
Expand Down

0 comments on commit 1d435de

Please sign in to comment.