X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/50b2f4f656b82112fce4939da26a1afc6b140e89..65b984f90b51eae53b6c969cabf617eeab08b8ae:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 06a9c76f0..366058e7d 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -9,6 +9,7 @@ # Work around erblint issues. # https://github.com/openstreetmap/openstreetmap-website/issues/2472 require: + - rubocop-minitest - rubocop-performance - rubocop-rails @@ -17,7 +18,7 @@ require: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Layout/LineLength: - Max: 260 + Max: 370 # Offense count: 35 # Configuration parameters: AllowSafeAssignment. @@ -68,7 +69,7 @@ Metrics/ClassLength: # Offense count: 74 Metrics/CyclomaticComplexity: - Max: 22 + Max: 28 # Offense count: 722 # Configuration parameters: CountComments, ExcludedMethods.