.rubocop.yml in stance-0.7.1 vs .rubocop.yml in stance-0.8.0

- old
+ new

@@ -6,5 +6,7 @@ Max: 100 Metrics/MethodLength: Max: 15 Style/ClassVars: Enabled: false +Metrics/AbcSize: + Max: 20 \ No newline at end of file