.rubocop_todo.yml in xcode-install-1.4.0 vs .rubocop_todo.yml in xcode-install-2.0.0

- old
+ new

@@ -6,29 +6,29 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. # Offense count: 11 Metrics/AbcSize: - Max: 36 + Max: 39 # Offense count: 1 # Configuration parameters: CountComments. Metrics/ClassLength: - Max: 206 + Max: 226 # Offense count: 3 Metrics/CyclomaticComplexity: Max: 8 # Offense count: 10 # Configuration parameters: CountComments. Metrics/MethodLength: - Max: 30 + Max: 40 # Offense count: 1 # Configuration parameters: CountKeywordArgs. Metrics/ParameterLists: Max: 6 # Offense count: 2 Metrics/PerceivedComplexity: - Max: 8 + Max: 9