.rubocop_todo.yml in xcode-install-2.2.0 vs .rubocop_todo.yml in xcode-install-2.2.1

- old
+ new

@@ -1,8 +1,8 @@ # This configuration was generated by # `rubocop --auto-gen-config` -# on 2017-06-12 12:01:46 +0100 using RuboCop version 0.49.1. +# on 2017-08-24 11:09:20 +0200 using RuboCop version 0.49.1. # The point is for the user to remove these configuration records # one by one as the offenses are removed from the code base. # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. @@ -24,25 +24,25 @@ Max: 76 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 252 + Max: 246 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 10 -# Offense count: 12 +# Offense count: 11 # Configuration parameters: CountComments. Metrics/MethodLength: Max: 51 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: - Max: 6 + Max: 7 # Offense count: 3 Metrics/PerceivedComplexity: Max: 12 @@ -62,10 +62,10 @@ # Offense count: 1 Security/MarshalLoad: Exclude: - 'lib/xcode/install.rb' -# Offense count: 13 +# Offense count: 15 # Cop supports --auto-correct. # Configuration parameters: EnforcedStyle, SupportedStyles. # SupportedStyles: only_raise, only_fail, semantic Style/SignalException: Exclude: