]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove the Yahoo OpenID link as they no longer support OpenID
[rails.git] / .rubocop_todo.yml
index f49440e81159d59165f8366b8a8d03a37ef4056f..f7ee886c99cbf23ebec6cd5fa465707c2f2a589c 100644 (file)
@@ -19,7 +19,7 @@ require:
 # Configuration parameters: AutoCorrect, AllowHeredoc, AllowURI, URISchemes, IgnoreCopDirectives, IgnoredPatterns.
 # URISchemes: http, https
 Layout/LineLength:
-  Max: 254
+  Max: 270
 
 # Offense count: 36
 # Configuration parameters: AllowSafeAssignment.
@@ -178,11 +178,6 @@ Rake/Desc:
     - 'lib/tasks/subscribe_old_changesets.rake'
     - 'lib/tasks/testing.rake'
 
-# Offense count: 3
-Rake/MethodDefinitionInTask:
-  Exclude:
-    - 'lib/tasks/eslint.rake'
-
 # Offense count: 558
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.