.rubocop.yml in helena-1.1.0 vs .rubocop.yml in helena-1.3.0

- old
+ new

@@ -1,10 +1,14 @@ AllCops: Include: - '**/Rakefile' - '**/config.ru' + - '**/Gemfile' + - '**/Appraisals' Exclude: - bin/** + - spec/**/** + - helena.gemspec - spec/dummy/config/initializers/secret_token.rb Documentation: Enabled: false LineLength: Enabled: true