Skip to content

Releases: Shopify/erb_lint

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)

0.1.0

26 Jul 18:45
v0.1.0
29146d8
Compare
Choose a tag to compare

New features

  • Allowed relative path for excluded files (#137)
  • Implemented RequireScriptNonce linter (#201)
  • Added PartialInstanceVariable linter (#210)
  • Added RequireInputAutocomplete (#215)
  • Added JSON formatter (#219)
  • Added --stdin option for editor integration (#224)
  • Support commonly used HTML Entities in HardCodedString (#229)
  • Support customizable fail level for linters (#223)

v0.0.37

12 Jan 10:36
Compare
Choose a tag to compare

Features

None

Fixes