rubocop-lint.yml in gitlab-styles-9.1.0 vs rubocop-lint.yml in gitlab-styles-9.2.0

- old
+ new

@@ -10,10 +10,10 @@ Enabled: true # This cop checks for ambiguous regexp literals in the first argument of # a method invocation without parentheses. Lint/AmbiguousRegexpLiteral: - Enabled: false + Enabled: true # This cop checks for assignments in the conditions of # if/while/until. Lint/AssignmentInCondition: Enabled: false