.rubocop.yml in pg_export-0.4.1 vs .rubocop.yml in pg_export-0.5.0
- old
+ new
@@ -1,14 +1,16 @@
AllCops:
TargetRubyVersion: 2.1
Exclude:
- 'spec/spec_helper.rb'
+Style/BlockLength:
+ Exclude:
+ - 'bin/pg_export'
+ - 'spec/**/*.rb'
+
Metrics/LineLength:
Max: 200
-
-Metrics/AbcSize:
- Max: 20
Lint/AmbiguousOperator:
Exclude:
- 'lib/pg_export/configuration.rb'