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 98e71d6 commit 7209c01Copy full SHA for 7209c01
1 file changed
Makefile
@@ -32,7 +32,7 @@ format-fix:
32
33
format-check:
34
CodeFormat format --config .editorconfig --workspace lua
35
- git diff --exit-code lua || printf "\n\nPlease run: make format-fix\n"
+ git diff --exit-code lua
36
37
#
38
# utility
0 commit comments