5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-03-08 22:53:57 -04:00
ardupilot/Tools/scripts/run_luacheck.sh

8 lines
168 B
Bash
Raw Normal View History

#!/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