Skip to content
Snippets Groups Projects
Commit c4b9b05a authored by Daniel Agar's avatar Daniel Agar Committed by GitHub
Browse files

make check_format also check git whitespace (#5503)

-fixes #5484
parent 392391e8
No related branches found
No related tags found
No related merge requests found
......@@ -230,6 +230,7 @@ quick_check: check_posix_sitl_default check_px4fmu-v4_default check_tests check_
check_format:
$(call colorecho,"Checking formatting with astyle")
@./Tools/check_code_style_all.sh
@git diff --check
format:
$(call colorecho,"Formatting with astyle")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment