.rubocop.yml in flow_client-0.1.2 vs .rubocop.yml in flow_client-0.2.0

- old
+ new

@@ -16,5 +16,11 @@ Enabled: true EnforcedStyle: double_quotes Layout/LineLength: Max: 120 + +Metrics/BlockLength: + Exclude: + - 'Rakefile' + - '**/*.rake' + - 'spec/**/*.rb' \ No newline at end of file