-
Notifications
You must be signed in to change notification settings - Fork 115
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump erblint-github
and make sure it is actually running.
#2067
Conversation
|
@@ -0,0 +1 @@ | |||
require "erblint-github/linters" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The enabled rules weren't actually running because it wasn't being pulled in like this.
I don't believe there's a better way to inherit configs or rules from another gem in ERBLint
Related issue: Shopify/erb_lint#317.
moving to draft. going to deprecate counter code from erblint-github which seems to interfere here. |
@@ -1,3 +1,3 @@ | |||
<svg xmlns="http://www.w3.org/2000/svg" hidden> | |||
<svg xmlns="http://www.w3.org/2000/svg" hidden> <%# erblint:disable GitHub::Accessibility::SvgHasAccessibleText %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I had trouble accessing the docs for this component. This should be addressed @primer/rails-reviewers
This is ready for another review. |
I don't have* merge authorization. Pls merge whenever ready! |
Authors: Please fill out this form carefully and completely.
Reviewers: By approving this Pull Request you are approving the code change, as well as its deployment and mitigation plans.
Please read this description carefully. If you feel there is anything unclear or missing, please ask for updates.
What are you trying to accomplish?
erblint-github
to latest.erb-linters/erblint-github.rb
and requiring the rules from the gem.Integration
No
List the issues that this change affects.
https://github.com/github/accessibility/issues/3766
Risk Assessment
What approach did you choose and why?
I bumped the gem because it has new rules.
Anything you want to highlight for special attention from reviewers?
No
Merge checklist
Take a look at the What we look for in reviews section of the contributing guidelines for more information on how we review PRs.