default.yml in platform-style-0.1.2 vs default.yml in platform-style-0.1.3

- old
+ new

@@ -88,11 +88,13 @@ Layout/LineEndStringConcatenationIndentation: Enabled: false Layout/LineLength: AllowedPatterns: - - \VCR.use_cassette\ + - VCR.use_cassette Enabled: true + Exclude: + - app/graphql/**/* Max: 120 Layout/MultilineMethodCallIndentation: Enabled: true EnforcedStyle: indented