ci(rules): add missing scripts under tools folder

This commit is contained in:
Fu Hanxi 2021-02-18 18:52:39 +08:00
parent 516ac9a813
commit bb1be1e07e

View File

@ -13,6 +13,7 @@
.patterns-c-files: &patterns-c-files
- ".gitlab/ci/static-code-analysis.yml"
- "tools/ci/static-analysis-rules.yml"
- "**/*.{c,C}"
- "**/*.{h,H}"
- "components/**/Kconfig"
@ -121,6 +122,9 @@
- "tools/kconfig_new/**/*"
- "tools/detect_python.sh"
- "tools/detect_python.fish"
.patterns-windows: &patterns-windows
- "tools/windows/**/*"