New
v0.7.0
What's Changed
- Standardize repo name to
erb_lintby @george-ma in https://github.com/Shopify/erb_lint/pull/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 https://github.com/Shopify/erb_lint/pull/374
- Allow laquo and raquo in HardCodedString linter by @bcroesch in https://github.com/Shopify/erb_lint/pull/355
- README.md: include HardCodedString linter by @francisfuzz in https://github.com/Shopify/erb_lint/pull/278
- Don't use possibly deprecated RuboCop API by @Earlopain in https://github.com/Shopify/erb_lint/pull/375
- Rename
CACHE_DIRECTORYto.erb_lint_cache. by @joshuapinter in https://github.com/Shopify/erb_lint/pull/380 Rename the cache directory to match the new name. Your first build will rebuild it from scratch.
New Contributors
- @Earlopain made their first contribution in https://github.com/Shopify/erb_lint/pull/374
- @bcroesch made their first contribution in https://github.com/Shopify/erb_lint/pull/355
- @francisfuzz made their first contribution in https://github.com/Shopify/erb_lint/pull/278
Full Changelog: https://github.com/Shopify/erb_lint/compare/v0.6.0...v0.7.0