Skip to content

Commit f4c1b77

Browse files
committed
stylua -> EmmyLuaCodeStyle: CI
1 parent 0ddd8e0 commit f4c1b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ luacheck:
1717

1818
# --diagnosis-as-error does not function for workspace, hence we post-process the output
1919
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
20+
CodeFormat check --config .editorconfig --diagnosis-as-error --workspace lua
2121

2222
style-doc:
2323
scripts/doc-comments.sh

0 commit comments

Comments
 (0)