Browse Source

make check_format also check git whitespace (#5503)

-fixes #5484
sbg
Daniel Agar 9 years ago committed by GitHub
parent
commit
c4b9b05af9
  1. 1
      Makefile

1
Makefile

@ -230,6 +230,7 @@ quick_check: check_posix_sitl_default check_px4fmu-v4_default check_tests check_ @@ -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")

Loading…
Cancel
Save