Skip to content

Tags: alainmeier/slim-lint

Tags

v0.7.2

Toggle v0.7.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.7.2

* Relax `rake` gem dependency to allow rake 11.x.x

v0.7.1

Toggle v0.7.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.7.1

* Fix `RuboCop` linter to not report `FrozenStringLiteralComment` cops
  as these are noisy in Slim templates

v0.7.0

Toggle v0.7.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.7.0

* Fix compatibility issues with Astrolabe gem by updating minimum RuboCop
  version to 0.36.0
* Fix `RuboCop` linter to not erroneously report
  `Style/IdenticalConditionalBranches` warnings

v0.6.1

Toggle v0.6.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.6.1 release

* Fix `exclude` option to work with paths prefixed with `./`

v0.6.0

Toggle v0.6.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.6.0 release

* Change required Ruby version from 1.9.3+ to 2.0.0+
* Fix rake task integration to not crash when running `rake -T`
* Improve bug reporting instructions in error message
* Add `-V/--verbose-version` flag to display `slim`, `rubocop`, and `ruby`
  version information in addition to output of `-v/--version` flag

v0.5.0

Toggle v0.5.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.5.0 release

* Add support for `SLIM_LINT_RUBOCOP_CONF` environment variable to `RuboCop`
  linter, allowing external tools to specify RuboCop configuration to use
* Change required Ruby version from 2.0.0+ to 1.9.3+
* Remove cop name from RuboCop offense message (this can be added via the
  `DisplayCopNames` option in your `.rubocop.yml`)

v0.4.0

Toggle v0.4.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.4.0 release

* Fix Ruby code extraction to result in fewer false positives from `RuboCop`
* Fix `ConsecutiveControlStatements` to not report control statements with
  nested content (i.e. `if`/`elsif`/`else`)

v0.3.0

Toggle v0.3.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.3.0 release

* Add support for `include`/`exclude` options on linters, allowing a list of
  files or glob patterns to be included/excluded from a linter's scope
* Add support for global `exclude` configuration option allowing a list of
  files or glob patterns to be excluded from all linters

v0.2.0

Toggle v0.2.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.2.0 release

* Ignore `Style/IndentationConsistency` RuboCop warnings
* Add `ConsecutiveControlStatements` which recommends condensing multiple
  control statements into a single `ruby:` filter
* Add `EmptyControlStatement` which reports control statements with no code
* Add `CommentControlStatement` which reports control statement with only
  comments
* Add `TagCase` which reports tags with uppercase characters

v0.1.0

Toggle v0.1.0's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
0.1.0 release

Initial release