diff --git a/.rubocop.yml b/.rubocop.yml index e313801..534b18c 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -2,18 +2,18 @@ require: - rubocop-performance - rubocop-rspec -Layout/AlignHash: +Layout/HashAlignment: Exclude: - svgeez.gemspec +Layout/LineLength: + Enabled: false + Metrics/BlockLength: Exclude: - spec/**/* - svgeez.gemspec -Metrics/LineLength: - Enabled: false - Naming/RescuedExceptionsVariableName: PreferredName: exception