We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CodeFormat check --diagnosis-as-error -w ... does not exit -1 when a warning/error is found.
CodeFormat check --diagnosis-as-error -w ...
CodeFormat check --diagnosis-as-error -f foo.lua does exit -1
CodeFormat check --diagnosis-as-error -f foo.lua
This always returns true:
EmmyLuaCodeStyle/CodeFormat/src/LuaCheck.cpp
Line 113 in ebcd76a
The text was updated successfully, but these errors were encountered:
Use case: running check in CI
Sorry, something went wrong.
fix(CppCXY#184): --diagnosis-as-error when using --workspace
2128c55
Merge pull request #185 from alex-courtis/184-diagnosis-as-error-for-…
6bbe77f
…workspace fix(#184): --diagnosis-as-error when using --workspace
Successfully merging a pull request may close this issue.
CodeFormat check --diagnosis-as-error -w ...
does not exit -1 when a warning/error is found.CodeFormat check --diagnosis-as-error -f foo.lua
does exit -1This always returns true:
EmmyLuaCodeStyle/CodeFormat/src/LuaCheck.cpp
Line 113 in ebcd76a
The text was updated successfully, but these errors were encountered: