mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2026-01-01 01:41:18 +01:00
dist/tools/buildsystem_sanity_check: ignore .mdx files for test
This commit is contained in:
parent
670a36bbe6
commit
7333a7cd95
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
1
dist/tools/buildsystem_sanity_check/check.sh
vendored
@ -214,6 +214,7 @@ check_cpu_cpu_model_defined_in_makefile_features() {
|
||||
patterns+=(-e '^ *\(export\)\? *CPU \??\?=')
|
||||
patterns+=(-e '^ *\(export\)\? *CPU_MODEL \??\?=')
|
||||
pathspec+=(':!**.md')
|
||||
pathspec+=(':!**.mdx')
|
||||
pathspec+=(':!boards/**/Makefile.features')
|
||||
pathspec+=(':!cpu/**/Makefile.features')
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user