We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74f8deb commit 0ddd8e0Copy full SHA for 0ddd8e0
Makefile
@@ -15,8 +15,9 @@ check: luals
15
luacheck:
16
luacheck -q lua
17
18
+# --diagnosis-as-error does not function for workspace, hence we post-process the output
19
style-check:
- CodeFormat check --config .editorconfig --diagnosis-as-error --workspace lua
20
+ CodeFormat check --config .editorconfig --diagnosis-as-error --workspace lua 2>&1 | tee /tmp/CodeFormat.out ; ! grep -qE "warning|error" /tmp/CodeFormat.out
21
22
style-doc:
23
scripts/doc-comments.sh
0 commit comments