rubocop-layout.yml in gitlab-styles-8.0.0 vs rubocop-layout.yml in gitlab-styles-9.0.0

- old
+ new

@@ -133,10 +133,10 @@ # Limit lines to 120 characters. Layout/LineLength: Enabled: true Max: 120 - IgnoredPatterns: ['\s#\srubocop'] + AllowedPatterns: ['\s#\srubocop'] # Checks that the closing brace in an array literal is either on the same line # as the last array element, or a new line. Layout/MultilineArrayBraceLayout: Enabled: true