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

- old
+ new

@@ -1,11 +1,12 @@ require: rubocop-rspec AllCops: TargetRubyVersion: 2.4 Include: + - '**/*.rb' - Rakefile - - lib/**/*.rake + - 'lib/**/*.rake' Exclude: - 'vendor/**/*' - '*.gemspec' Metrics/BlockLength: