Skip to content

Commit

Permalink
Tools: scripts: add run_luacheck helper
Browse files Browse the repository at this point in the history
  • Loading branch information
IamPete1 committed Feb 14, 2023
1 parent aa5c447 commit aec0810
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Tools/scripts/run_luacheck.sh
@@ -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

0 comments on commit aec0810

Please sign in to comment.