]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Update wiki page data
[rails.git] / .rubocop_todo.yml
index d15d23721cb8dc10537bd1289bd4796a824d1f1b..2c8d29eb887fac048d55a61cfcdb3d34e5138fa3 100644 (file)
@@ -55,11 +55,6 @@ Lint/InterpolationCheck:
   Exclude:
     - 'test/controllers/node_controller_test.rb'
 
-# Offense count: 2
-Lint/RescueWithoutErrorClass:
-  Exclude:
-    - 'app/helpers/browse_helper.rb'
-
 # Offense count: 2
 Lint/ShadowingOuterLocalVariable:
   Exclude:
@@ -227,3 +222,8 @@ Style/NumericLiterals:
 # SupportedStyles: compact, exploded
 Style/RaiseArgs:
   Enabled: false
+
+# Offense count: 2
+Style/RescueStandardError:
+  Exclude:
+    - 'app/helpers/browse_helper.rb'