]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Pluralize changesets controller
[rails.git] / .rubocop_todo.yml
index e6ecfdb4aa4304567efbd8fca5bf6e37b66ae793..c3c8cc7b4b6cf7188814366be0c692f3844e679f 100644 (file)
@@ -48,7 +48,7 @@ Metrics/BlockNesting:
 # Offense count: 63
 # Configuration parameters: CountComments.
 Metrics/ClassLength:
-  Max: 1801
+  Max: 1627
 
 # Offense count: 72
 Metrics/CyclomaticComplexity:
@@ -141,7 +141,7 @@ Rails/OutputSafety:
   Exclude:
     - 'app/controllers/users_controller.rb'
     - 'app/helpers/application_helper.rb'
-    - 'app/helpers/changeset_helper.rb'
+    - 'app/helpers/changesets_helper.rb'
     - 'app/helpers/geocoder_helper.rb'
     - 'app/helpers/note_helper.rb'
     - 'app/helpers/open_graph_helper.rb'