Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #37517 - Upgrade theforeman-rubocop gem to the v0.1.0
Choose to inherit `lenient.yml` from `theforeman-rubocop` style, because that it matches to the rubocop style this repo follows. Also dropped `Rails` and `Style/Documentation` cops because that already exist in the lenient style we now follow. Update .rubocop_todo.yml file Fix Style/TrailingCommaInHashLiteral cop Fix cop Style/TrailingCommaInArrayLiteral Fix Style/KeywordParametersOrder cop Fix Style/ClassEqualityComparison cop Fix Style/CommentAnnotation cop Fix Style/RedundantAssignment cop Fix Style/CaseLikeIf cop Fix Lint/AmbiguousBlockAssociation offenses Added parentheses around method calls in assert statements to resolve ambiguous block associations as flagged by RuboCop. Fix Naming/RescuedExceptionsVariableName Fix Style/RegexpLiteral
- Loading branch information