From 61fda372935e3a56799fc81b8bc6aa6ba883ff53 Mon Sep 17 00:00:00 2001 From: Jason Garber Date: Mon, 20 Jan 2020 16:08:48 -0500 Subject: [PATCH] Update RuboCop cop names --- .rubocop.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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