]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Fix Lint/DuplicateBranch rubocop warnings
[rails.git] / .rubocop_todo.yml
index 95e3be8febbabc95db4766080f68b8722b857ec1..64781f9192182e6cf25894c52ef6e79dfba67dfb 100644 (file)
@@ -54,15 +54,6 @@ Lint/AssignmentInCondition:
     - 'lib/osm.rb'
     - 'script/deliver-message'
 
-# Offense count: 7
-# Configuration parameters: IgnoreLiteralBranches, IgnoreConstantBranches.
-Lint/DuplicateBranch:
-  Exclude:
-    - 'app/controllers/api_controller.rb'
-    - 'app/controllers/diary_entries_controller.rb'
-    - 'app/controllers/geocoder_controller.rb'
-    - 'app/helpers/browse_tags_helper.rb'
-
 # Offense count: 665
 # Configuration parameters: IgnoredMethods, CountRepeatedAttributes.
 Metrics/AbcSize: