- Add name for the linter (@LegNeato)
- Fix #36 (@andrewrynhard)
- Include rustc's help messages in lints (@johnsoft)
- Use "Trace" instead of "Warning" for rustc's informational messages (@johnsoft)
- Add config option for building test code (@dgriffen)
- Changed 'rustc' and 'cargo' commands so that test code gets linted in addition to normal code (@psFried)
- Support multiline lint messages
- Use explicit path to rusts executables
- Move parsing into dedicated method for testability
- Include columns in lint range (thanks to @b52)
- Remove 'linter-package' from the package.json. Close #23
- Fix and close #20.
- Migrate to linter-plus
- Add Rust home path configuration option
- Remove linting "on the fly"
- Support Cargo. See #5. Thanks @liigo for ideas
Added linting on the fly (experimental)
Fix #11
Fix deprecated activationEvents. Closes #10
Extern crate problem fix. See PR #9
Fix spaces problem in the executable path. Closes #3
Show file name where an error occurred
Fix uncaught error 'ENOENT'. See #3 and steelbrain/linter#330
Fix rustc command-line options
Add info support. See #7
Correct regex string. See #6
Check original file, not a tmp copy. See #1
Used JSON Schema for linter config
- Implemented first version of 'linter-rust'