.rubocop.yml in helena-0.3.3 vs .rubocop.yml in helena-1.0.0.rc1

- old
+ new

@@ -2,15 +2,13 @@ Include: - '**/Rakefile' - '**/config.ru' Exclude: - bin/** - - spec/dummy/db/schema.rb - spec/dummy/config/initializers/secret_token.rb - - db/migrate/** - - db/seeds.rb Documentation: Enabled: false LineLength: Enabled: true Max: 160 - +AbcSize: + Enabled: false