rubocop-lint.yml in gitlab-styles-2.5.2 vs rubocop-lint.yml in gitlab-styles-2.6.0

- old
+ new

@@ -53,9 +53,13 @@ # Do not use return in an ensure block. Lint/EnsureReturn: Enabled: true +# Checks for flip flops. +Lint/FlipFlop: + Enabled: true + # Catches floating-point literals too large or small for Ruby to represent. Lint/FloatOutOfRange: Enabled: true # The number of parameters to format/sprint must match the fields.