.rubocop.yml in rspec-tabular-0.2.0 vs .rubocop.yml in rspec-tabular-0.3.0

- old
+ new

@@ -2,13 +2,20 @@ Metrics/LineLength: Max: 100 Metrics/MethodLength: - Max: 20 + Enabled: false +Metrics/AbcSize: + Enabled: false + RSpec/EmptyExampleGroup: Enabled: false +RSpec/ImplicitSubject: + Enabled: false + Metrics/BlockLength: + Max: 100 Exclude: - spec/**/*