mirror of https://github.com/ArduPilot/ardupilot
Tools: scripts: add run_luacheck helper
This commit is contained in:
parent
11f6b5c3ea
commit
5dde76b899
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
# Run lua check for all lua files passing AP specific config
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
cd ../..
|
||||
|
||||
luacheck */ --config libraries/AP_Scripting/tests/luacheck.lua
|
Loading…
Reference in New Issue