]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Pluralize nodes, ways and relations controllers
[rails.git] / .rubocop_todo.yml
index 22890e7c78c44d963bd9d22168e326a1943fa3ce..e6ecfdb4aa4304567efbd8fca5bf6e37b66ae793 100644 (file)
@@ -19,7 +19,7 @@ Lint/AssignmentInCondition:
     - 'app/helpers/application_helper.rb'
     - 'app/helpers/browse_helper.rb'
     - 'app/models/client_application.rb'
-    - 'app/models/notifier.rb'
+    - 'app/mailers/notifier.rb'
     - 'lib/nominatim.rb'
     - 'lib/osm.rb'
     - 'script/deliver-message'
@@ -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.