-
Notifications
You must be signed in to change notification settings - Fork 992
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
Fixes #19762 - upgrade to rubocop 0.49.1 #4564
Conversation
@tbrisker, thanks for your PR! By analyzing the history of the files in this pull request, we identified @shlomizadok, @domcleal and @timogoebel to be potential reviewers. |
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.
Some files could not be reviewed due to errors:
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/DotPosition has the wrong names...
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/DotPosition has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Lint/Eval has the wrong namespace - should be Security
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/AccessModifierIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/AlignHash has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/AlignParameters has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/CaseIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/ClosingParenthesisIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/CommentIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/EmptyLineBetweenDefs has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/EmptyLinesAroundAccessModifier has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/ExtraSpacing has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/FirstParameterIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/IndentArray has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/IndentAssignment has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/IndentationWidth has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/LeadingCommentSpace has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/MultilineArrayBraceLayout has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/MultilineHashBraceLayout has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/MultilineMethodCallBraceLayout has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/MultilineMethodCallIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/MultilineOperationIndentation has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceAfterComma has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceAroundBlockParameters has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceAroundOperators has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceBeforeBlockBraces has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceInsideBlockBraces has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceInsideBrackets has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceInsideHashLiteralBraces has the wrong namespace - should be Layout
/tmp/d20170604-6184-6iy16/.rubocop.yml: Style/SpaceInsidePercentLiteralDelimiters has the wrong namespace - should be Layout
Error: TheStyle/MethodCallParentheses
cop has been renamed toStyle/MethodCallWithoutArgsParentheses
.
(obsolete configuration found in /tmp/d20170604-6184-6iy16/.rubocop.yml, please update it)
@tbrisker does it make sense to enable some of those new cops? at some point of time we should start reducing the number of todo's :) |
@ohadlevy in general - yes, definitely. I'd rather do that in separate PRs though, so this PR doesn't get blocked by disagreements on which cops should be enabled and which not. |
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.
will be waiting on tests 👍 @tbrisker
@ohadlevy all 🍏 except the regular katello failures |
Thank @tbrisker |
No description provided.