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
When reading invalid json files from fs by invokations such as jsonlint-cli package.json the linter exists with an code of 0.
jsonlint-cli package.json
{ "name": "package"
The linter should exit with code 1.
The text was updated successfully, but these errors were encountered:
a7fe762
chore(release): 1.0.0
ccfa053
<a name="1.0.0"></a> # [1.0.0](v0.2.8...v1.0.0) (2016-03-13) ### Code Refactoring * split program into logical bits ([a7fe762](a7fe762)), closes [#1](#1) ### BREAKING CHANGES * * removed the --quiet flag * errors are always printed
No branches or pull requests
Actual
When reading invalid json files from fs by invokations such as
jsonlint-cli package.json
the linter exists with an code of 0.Expected
The linter should exit with code 1.
The text was updated successfully, but these errors were encountered: