mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
Tools: Enforce astyle on AP_ExternalControl
Signed-off-by: Ryan Friedman <ryanfriedman5410+github@gmail.com>
This commit is contained in:
parent
62f9aa5d79
commit
d76bf320de
@ -22,6 +22,7 @@ class AStyleChecker(object):
|
||||
self.retcode = 0
|
||||
self.directories_to_check = [
|
||||
'libraries/AP_DDS',
|
||||
'libraries/AP_ExternalControl'
|
||||
]
|
||||
self.files_to_check = []
|
||||
self.dry_run = dry_run
|
||||
|
Loading…
Reference in New Issue
Block a user