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 0ddd8e0 commit f4c1b77Copy full SHA for f4c1b77
Makefile
@@ -17,7 +17,7 @@ luacheck:
17
18
# --diagnosis-as-error does not function for workspace, hence we post-process the output
19
style-check:
20
- CodeFormat check --config .editorconfig --diagnosis-as-error --workspace lua 2>&1 | tee /tmp/CodeFormat.out ; ! grep -qE "warning|error" /tmp/CodeFormat.out
+ CodeFormat check --config .editorconfig --diagnosis-as-error --workspace lua
21
22
style-doc:
23
scripts/doc-comments.sh
0 commit comments