.rubocop.yml in danger-swiftformat-0.8.1 vs .rubocop.yml in danger-swiftformat-0.9.0

- old
+ new

@@ -83,11 +83,11 @@ Metrics/CyclomaticComplexity: Max: 17 # Configuration parameters: AllowURI, URISchemes. -Metrics/LineLength: +Layout/LineLength: Max: 370 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 10 @@ -143,10 +143,10 @@ Enabled: false Style/SpecialGlobalVars: Enabled: false -PercentLiteralDelimiters: +Style/PercentLiteralDelimiters: PreferredDelimiters: "%": () "%i": () "%q": () "%Q": ()