.rubocop.yml in devise-security-0.12.0 vs .rubocop.yml in devise-security-0.13.0
- old
+ new
@@ -4,10 +4,11 @@
- '**/Rakefile'
- '**/config.ru'
- 'lib/tasks/**/*'
Exclude:
- Gemfile*
+ - README
- 'db/**/*'
- 'config/**/*'
- 'bin/**/*'
- 'vendor/bundle/**/*'
- 'spec/support/**/*' # rspec support helpers have a strange api
@@ -19,10 +20,10 @@
# complexity.
Metrics/MethodLength:
Enabled: false
Metrics/LineLength:
- Max: 100
+ Enabled: false
Naming/FileName:
Exclude: ["devise-security.gemspec"]
Style/ClassAndModuleChildren: