X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/d377e8b4f23e6bad925eb2efa904baa7e1531fa6..24eaeb2653b231f52822c37433a258e08eae9eea:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index 03c2e3d6f..287fcd9f9 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -75,7 +75,7 @@ Metrics/CyclomaticComplexity: # Offense count: 2535 # Configuration parameters: AllowURI, URISchemes. Metrics/LineLength: - Max: 878 + Max: 962 # Offense count: 628 # Configuration parameters: CountComments.