.rubocop.yml in danger-xcode_summary-0.5.1 vs .rubocop.yml in danger-xcode_summary-0.5.2

- old
+ new

@@ -1,13 +1,9 @@ # kind_of? is a good way to check a type Style/ClassCheck: EnforcedStyle: kind_of? -# It's better to be more explicit about the type -Style/BracesAroundHashParameters: - Enabled: false - # specs sometimes have useless assignments, which is fine Lint/UselessAssignment: Exclude: - '**/spec/**/*' @@ -52,11 +48,11 @@ Metrics/CyclomaticComplexity: Max: 17 # Configuration parameters: AllowURI, URISchemes. -Metrics/LineLength: - Max: 120 +Layout/LineLength: + Max: 130 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 10