mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-01 21:48:28 -04:00
Tools: scripts: add run_luacheck helper
This commit is contained in:
parent
11f6b5c3ea
commit
5dde76b899
7
Tools/scripts/run_luacheck.sh
Executable file
7
Tools/scripts/run_luacheck.sh
Executable file
@ -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
Block a user