]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Pluralize nodes, ways and relations controllers
[rails.git] / .rubocop_todo.yml
index 7d2c583eb73c4ebff19e52adc3367559e83757c2..e6ecfdb4aa4304567efbd8fca5bf6e37b66ae793 100644 (file)
@@ -177,7 +177,7 @@ Style/FrozenStringLiteralComment:
 # Cop supports --auto-correct.
 Style/IfUnlessModifier:
   Exclude:
-    - 'app/controllers/way_controller.rb'
+    - 'app/controllers/ways_controller.rb'
 
 # Offense count: 70
 # Cop supports --auto-correct.