-
Notifications
You must be signed in to change notification settings - Fork 124
chore(deps): rubocop-jekyll 0.3 #187
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
Conversation
# SupportedStylesForLeadingUnderscores: disallowed, required, optional | ||
Naming/MemoizedInstanceVariableName: | ||
Exclude: | ||
- 'lib/jekyll-redirect-from/page_without_a_file.rb' |
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.
There's point marking this as a TODO
.. It can never be "fixed"..
Best we add an inline comment to disable-reenable the cop
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 don't like inline comments, I'd rather keep it here, even if it's not "fixable".
# AllowedNames: io, id, to, by, on, in, at, ip, db | ||
Naming/UncommunicativeMethodParamName: | ||
Exclude: | ||
- 'lib/jekyll-redirect-from/redirect_page.rb' |
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.
Can't this be fixed within this PR itself..?
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.
Feel free to fix it in a dedicated PR.
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.
👍 once 💚
@jekyllbot: merge +dev |
PR automatically created for @DirtyF.