.rubocop.yml in cexpect-0.3.0 vs .rubocop.yml in cexpect-0.4.1
- old
+ new
@@ -2,16 +2,14 @@
AllCops:
Exclude:
- 'bin/{console,setup}' # not mine
- 'Gemfile' # maintained through "bundle" command
+ NewCops: enable
# TODO: Clean up tests
RSpec/ExpectInHook:
Enabled: false
-RSpec/FilePath:
- Exclude:
- - spec/cexpect_spec.rb
RSpec/MessageSpies:
Enabled: false
RSpec/NestedGroups:
Enabled: false
RSpec/VerifiedDoubles: