Add exit codes and allow language passing
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.