shellcheck fix rc.autostart return and improve globbing

This commit is contained in:
Daniel Agar
2018-11-30 21:01:29 -05:00
parent 3e9e5ed372
commit 161cf7f5d9
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -401,7 +401,7 @@ cppcheck: px4_sitl_default
shellcheck_all:
@"$(SRC_DIR)"/Tools/run-shellcheck.sh "$(SRC_DIR)"/ROMFS/px4fmu_common/
@make px4_fmu-v2_default shellcheck
@make px4_fmu-v5_default shellcheck
validate_module_configs:
@find "$(SRC_DIR)"/src/modules "$(SRC_DIR)"/src/drivers "$(SRC_DIR)"/src/lib -name *.yaml -type f -print0 | xargs -0 "$(SRC_DIR)"/Tools/validate_yaml.py --schema-file "$(SRC_DIR)"/validation/module_schema.yaml