Skip to content

Add exit codes and allow language passing

Compare
Choose a tag to compare
@jo-sm jo-sm released this 17 Dec 08:57
· 2206 commits to master since this release

This release is the addition of two pull requests: #11 and #12.

#11 adds a --language flag, allowing you to explicitly pass the language of the file you're linting, useful in cases where you have to pass in the file via stdin, but cannot give it context clues.

#12 adds explicit exit codes, similar to those in stylelint, but making them more consistent.