Skip to content

Commit

Permalink
Linter: run other checks even if Luacheck fails
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomg committed Jun 13, 2023
1 parent c2f805b commit 8ac5f37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run-lint
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ error() {
}

echo "--- Lua Lint ---"
luacheck src/ spec/ examples/ "$@" || exit 1
luacheck src/ spec/ examples/ "$@" || error "Luacheck found problems"
echo

echo "--- Other checks ---"
Expand Down

0 comments on commit 8ac5f37

Please sign in to comment.