Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update rubocop to a slightly less ancient version to allow us to use …
…ruby-2.7 syntax (#442) * Switch to theforeman-rubocop * bundle exec rubocop --auto-gen-config * Fix Lint/RedundantCop{Disable,Enable}Directive cops * Fix Style/MethodDefParentheses cop * Fix Naming/VariableName cop * Disable Style/LambdaCall cop It would make certain algebrick constructs feel clunky. * Pin bundler to 2.4.22 * Fix Layout/ArgumentAlignment cop * Fix Layout/EmptyLineAfterMagicComment cop * Fix Layout/EmptyLinesAroundClassBody cop * Fix Bundler/OrderedGems cop * Fix Gemspec/OrderedDependencies cop * Fix Gemspec/RequiredRubyVersion cop * Fix Layout/AssignmentIndentation cop * Fix Layout/ClosingHeredocIndentation cop * Fix Layout/EmptyLineBetweenDefs cop * Fix Layout/EmptyLinesAroundAccessModifier cop * Fix Layout/EmptyLinesAroundBlockBody cop * Fix Layout/EmptyLinesAroundMethodBody cop * Fix Layout/EmptyLinesAroundModuleBody cop * Fix Layout/EndAlignment cop * Fix Layout/ExtraSpacing cop * Fix Layout/EmptyLinesAroundExceptionHandlingKeywords cop * Fix Layout/DotPosition cop * Fix Layout/HeredocIndentation cop * Fix Layout/LeadingEmptyLines cop * Fix Layout/MultilineMethodCallBraceLayout, Layout/MultilineMethodCallIndentation, Layout/ClosingParenthesisIndentation cops * Fix Layout/SpaceAroundOperators cop * Fix Layout/SpaceBeforeComma cop * Fix Layout/SpaceInLambdaLiteral cop * Fix Layout/SpaceInsideBlockBraces cop * Fix Layout/SpaceInsideHashLiteralBraces cop * Fix Layout/SpaceInsideParens cop * Fix Layout/SpaceInsideStringInterpolation cop * Fix Layout/TrailingEmptyLines cop * Fix Lint/AmbiguousBlockAssociation cop * Fix Lint/AmbiguousOperator cop * Fix Lint/AmbiguousRegexpLiteral cop * Fix Lint/DisjunctiveAssignmentInConstructor cop * Fix Lint/EmptyWhen cop * Fix Lint/ParenthesesAsGroupedExpression cop * Fix Lint/RedundantCopDisableDirective cop * Fix Lint/RedundantRequireStatement cop * Fix Lint/SendWithMixinArgument cop
- Loading branch information