]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove unused update method from issues_controller.
[rails.git] / .rubocop_todo.yml
index f03767698b0a8a39b21306c0906a68a869bdcb82..d22f0f73ca82fd8a9e579a190ad6b64fb9b771a0 100644 (file)
@@ -72,7 +72,7 @@ Metrics/AbcSize:
 # Offense count: 41
 # Configuration parameters: CountComments, ExcludedMethods.
 Metrics/BlockLength:
-  Max: 240
+  Max: 250
 
 # Offense count: 12
 # Configuration parameters: CountBlocks.
@@ -82,7 +82,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1790
+  Max: 1796
 
 # Offense count: 71
 Metrics/CyclomaticComplexity:
@@ -227,9 +227,3 @@ Style/NumericLiterals:
 # SupportedStyles: compact, exploded
 Style/RaiseArgs:
   Enabled: false
-
-# Offense count: 2
-# Cop supports --auto-correct.
-Style/RescueModifier:
-  Exclude:
-    - 'app/helpers/browse_helper.rb'