default.yml in freistil-rubocop-0.1.1 vs default.yml in freistil-rubocop-0.1.2

- old
+ new

@@ -1,18 +1,14 @@ +require: rubocop-rspec + AllCops: - TargetRubyVersion: 2.2 + TargetRubyVersion: 2.4 Include: - - '**/config.ru' + - Rakefile + - lib/**/*.rake Exclude: - - Gemfile - - Guardfile - - '**/Rakefile' - - 'bin/**/*' - - 'db/**/*' - - 'config/**/*' - 'vendor/**/*' - - '.chef/*' - - 'lib/tasks/*.rake' + - '*.gemspec' Metrics/BlockLength: Description: 'Avoid blocks longer than 25 lines of code.' Exclude: - "Rakefile"