Skip to content

Releases: Shopify/erb_lint

v0.7.0

16 Oct 16:29
67e9f5c
Compare
Choose a tag to compare

What's Changed

  • Standardize repo name to erb_lint by @george-ma in #360
    Consistently use the erb_lint name, instead of erb-lint or erblint. The old names are still supported, but will be removed in a future release.
  • Don't use rexml for the JUnit formatter by @Earlopain in #374
  • Allow laquo and raquo in HardCodedString linter by @bcroesch in #355
  • README.md: include HardCodedString linter by @francisfuzz in #278
  • Don't use possibly deprecated RuboCop API by @Earlopain in #375
  • Rename CACHE_DIRECTORY to .erb_lint_cache. by @joshuapinter in #380
    Rename the cache directory to match the new name. Your first build will rebuild it from scratch.

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

01 Aug 09:47
d091313
Compare
Choose a tag to compare

What's Changed

Internal changes

New Contributors

Full Changelog: v0.5.0...v0.6.0

0.5.0

25 Aug 09:50
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.0...v0.5.0

0.4.0

27 Mar 21:33
v0.4.0
4545071
Compare
Choose a tag to compare

What's Changed

  • Guard against missing config and surface config parsing errors by @kevinsawicki in #305
  • [Feature] Allow rule to be disabled by comment by @khiga8 in #249

New Contributors

Full Changelog: v0.3.1...v0.4.0

0.3.1

27 Mar 21:27
403c8a5
Compare
Choose a tag to compare

Fixes an incompatibility with Rubocop 1.38

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

0.3.0

01 Nov 16:02
2e03539
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2.0...v0.3.0

0.2.0

18 Aug 22:15
v0.2.0
2e2685c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.3...v0.2.0

0.1.3

16 Jun 21:04
v0.1.3
e392851
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.2...v0.1.3

0.1.2

15 Jun 23:52
v0.1.2
530ed7d
Compare
Choose a tag to compare

What's Changed

  • [PartialInstanceVariable] Fix the Regex that looks for partials by @pil0u in #235
  • Run non-autocorrectable linters in autocorrect mode; improve message by @jeremycole in #246
  • Fix bug with excluding files by linter by @joshski in #255
  • Support new versions of Rubocop

New Contributors

Full Changelog: v0.1.1...v0.1.2

0.1.1

28 Jul 18:01
v0.1.1
9b88e8f
Compare
Choose a tag to compare

Bug fixes

  • Remove hidden form field from require_input_autocomplete (#232)
  • Restore dropped HTML entities to HardCodedString::TEXT_NOT_ALLOWED (#231)