Skip to content

Commit

Permalink
Update the "Lint" task [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Dec 31, 2023
1 parent 382bbad commit 7ecae52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Lint.hx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/** Performs the static analysis of source code. **/
function main()
Sys.command("lix run checkstyle --config etc/checkstyle.json --exitcode --source scripts --source src --source test");
Sys.exit(Sys.command("lix run checkstyle --config etc/checkstyle.json --exitcode --source scripts --source src --source test"));

0 comments on commit 7ecae52

Please sign in to comment.