From 09defac787a33f94579bb8afb43fd7dfda4ed311 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Wed, 18 Dec 2019 22:46:56 +0000 Subject: [PATCH] Update COP names --- .erb-lint.yml | 4 ++-- .rubocop_todo.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.erb-lint.yml b/.erb-lint.yml index ca95fb0d7..7737aee06 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -10,6 +10,8 @@ linters: - .rubocop.yml Layout/InitialIndentation: Enabled: false + Layout/LineLength: + Enabled: false Layout/TrailingEmptyLines: Enabled: false Layout/TrailingWhitespace: @@ -18,8 +20,6 @@ linters: Enabled: false Style/FrozenStringLiteralComment: Enabled: false - Metrics/LineLength: - Enabled: false Lint/UselessAssignment: Enabled: false Rails/OutputSafety: diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 2545d7284..c1923e982 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -6,6 +6,13 @@ # Note that changes in the inspected code, or installation of new # versions of RuboCop, may require this file to be generated again. +# Offense count: 3338 +# Cop supports --auto-correct. +# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. +# URISchemes: http, https +Layout/LineLength: + Max: 260 + # Offense count: 35 # Configuration parameters: AllowSafeAssignment. Lint/AssignmentInCondition: @@ -205,10 +212,3 @@ Style/IfUnlessModifier: # Configuration parameters: Strict. Style/NumericLiterals: MinDigits: 11 - -# Offense count: 3338 -# Cop supports --auto-correct. -# Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. -# URISchemes: http, https -Metrics/LineLength: - Max: 260 -- 2.43.2