Releases: sds/slim-lint
Releases · sds/slim-lint
0.22.1
- Fix
CommentControlStatement
to not reportTemplate Dependency:
directives - Fix handling of disabled lines when running across multiple files
- Add
Layout/ClosingParenthesisIndentation
to list of ignored RuboCop cops - Add
Layout/FirstHashElementIndentation
to list of ignored RuboCop cops
0.22.0
Slim-Lint 0.21.0
- Add
linter
field toJSONReporter
- Add
EmbeddedEngines
linter - Add
EmacsReporter
reporter - Add
--stdin-file-path
option for specifying the name of a file passed via standard input
Slim-Lint 0.20.2
- Ignore
Style/WhileUntilDo
RuboCop cop by default
Slim-Lint 0.20.1
- Disable
Style/IdenticalConditionalBranches
cop by default
Slim-Lint 0.20.0
This is a hotfix to address breaking changes in the upstream RuboCop gem.
- Update minimum RuboCop version to 0.78.0 due to renaming of various cops and namespaces
Slim-Lint 0.19.0
- Remove dependency on
sysexits
gem - Update RuboCop dependency to require
0.77.0
or newer
Slim-Lint 0.18.0
- Remove explicit dependency on Rake, making it optional as it's only needed for the Rake integration
Slim-Lint 0.17.1
- Fix
CommentControlStatement
to not reportrubocop:{enable,disable}
directives
Slim-Lint 0.17.0
- Disable
Layout/AlignArguments
andLayout/InitialIndentation
cops by default - Update
EmptyLineAfterGuardClause
cop namespace fromStyle
toLayout
to fix errors - Drop support for Ruby 2.3 and older