]> git.openstreetmap.org Git - rails.git/blobdiff - .rubocop_todo.yml
Remove redundant presence validation on belongs_to
[rails.git] / .rubocop_todo.yml
index 8c0827ab7d357f1bc2548d8200f27b2cc47a741a..0cdd004a0834e24d826760f31acbd68dd2c959e0 100644 (file)
@@ -183,11 +183,6 @@ Rails/OutputSafety:
     - 'lib/rich_text.rb'
     - 'test/helpers/application_helper_test.rb'
 
-# Offense count: 23
-# Cop supports --auto-correct.
-Rails/RedundantPresenceValidationOnBelongsTo:
-  Enabled: false
-
 # Offense count: 90
 # Cop supports --auto-correct.
 # Configuration parameters: EnforcedStyle.