default.yml in freistil-rubocop-0.4.0 vs default.yml in freistil-rubocop-0.4.1
- old
+ new
@@ -7,9 +7,10 @@
- 'lib/**/*.rake'
- Gemfile
- Rakefile
Exclude:
- 'Gemfile.lock'
+ - 'bin/**/*'
- 'vendor/**/*'
Layout/DotPosition:
Description: 'Checks the position of the dot in multi-line method calls.'
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#consistent-multi-line-chains'