.rubocop.yml in frise-0.2.0 vs .rubocop.yml in frise-0.3.0.pre

- old
+ new

@@ -1,4 +1,10 @@ +AllCops: + TargetRubyVersion: '2.3' Metrics: + Enabled: false +Naming/UncommunicativeBlockParamName: + Enabled: false +Naming/UncommunicativeMethodParamName: Enabled: false