-
-
Notifications
You must be signed in to change notification settings - Fork 102
Conversation
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.
❤️ ❤️ Thanks, @xaviershay!
.rubocop.yml
Outdated
|
||
Lint/AssignmentInCondition: | ||
Exclude: | ||
# The pattern makes sense where |
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 understand this comment. Looks like you intended to write more after "where"?
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.
lol, s/where/here/
@@ -147,7 +146,6 @@ def supports_rebinding_module_methods? | |||
false | |||
end | |||
end | |||
# rubocop:enable Lint/Eval |
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.
Does rubocop no longer support this way of disabling checks? Or do you just prefer putting the exception in the config file?
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.
it does, but it was redundant here
b76ee94
to
4e51458
Compare
4e51458
to
5490260
Compare
Current build failure: timeout on jruby 1.7. Retried it. |
👍 |
Defaulted most new things to off, though tried to keep performance and linters.
Note that
.rubocop_rspec_base
doesn't 100% match up withrspec-dev
because I was adding to it as we went along. Once these are all merged I'm planning to ensure they're all consistent.