mirror of https://github.com/ArduPilot/ardupilot
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