Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ERB Lint configuration file #3379

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Add ERB Lint configuration file #3379

merged 1 commit into from
Mar 20, 2019

Conversation

javierm
Copy link
Member

@javierm javierm commented Mar 18, 2019

References

Objectives

Automatically detect syntax not following our code conventions in ERB files.

Notes

The rubocop linter cannot use the rubocop_config option because it's not compatible with Ruby 2.3. So we're setting the rubocop rules manually. HoundCI doesn't seem to warn about those rules, though, even if ERB Lint correctly warns about them when running locally 馃.

The rubocop linter cannot use the `rubocop_config` option because it's
not compatible with Ruby 2.3. So we're setting the rubocop rules
manually.
@javierm javierm merged commit 3347776 into master Mar 20, 2019
@javierm javierm deleted the backport-erb_lint branch March 20, 2019 14:36
@voodoorai2000 voodoorai2000 added this to Release 0.20 in Roadmap Apr 12, 2019
@javierm javierm mentioned this pull request Sep 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant