config/default.yml in rubocop-mhenrixon-0.79.5 vs config/default.yml in rubocop-mhenrixon-0.79.6
- old
+ new
@@ -10,20 +10,22 @@
AllCops:
DisplayCopNames: true
DisplayStyleGuide: true
Include:
+ - "Rakefile"
+ - "Gemfile"
+ - "*.gemspec"
- 'Rakefile'
- 'lib/**/*'
- 'bin/**/*'
- 'spec/**/*.rb'
Exclude:
- 'bin/setup'
- 'Gemfile.lock'
- - 'Gemfile'
- 'gemfiles/**/*'
- '**/*.json'
- - '**/*.yml'
+ # - '**/*.yml'
- 'vendor/bundle/**/*'
Layout/LineLength:
Enabled: true
Max: 125
\ No newline at end of file