.rubocop.yml in warclight-0.6.3 vs .rubocop.yml in warclight-0.7.0
- old
+ new
@@ -1,9 +1,10 @@
require: rubocop-rspec
AllCops:
Exclude:
- '.internal_test_app/**/*'
+ - '.internal_test_gem/**/*'
- 'bin/**/*'
- 'db/**/*'
- 'lib/generators/warclight/templates/**/*'
- 'vendor/**/*'
TargetRubyVersion: 2.4