X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/ac6a872a48c2663524fb2884724524f11ab671c9..01a506a254cf53700c201d40b4287e5aae02af2c:/.rubocop_todo.yml diff --git a/.rubocop_todo.yml b/.rubocop_todo.yml index f768dddc6..2545d7284 100644 --- a/.rubocop_todo.yml +++ b/.rubocop_todo.yml @@ -174,10 +174,6 @@ Style/AsciiComments: Exclude: - 'test/models/message_test.rb' -# Offense count: 263 -Style/Documentation: - Enabled: false - # Offense count: 27 # Configuration parameters: EnforcedStyle. # SupportedStyles: annotated, template, unannotated @@ -215,4 +211,4 @@ Style/NumericLiterals: # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns. # URISchemes: http, https Metrics/LineLength: - Max: 307 + Max: 260