We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Rails/RedundantActiveRecordAllMethod
1 parent 6e2e110 commit cf52befCopy full SHA for cf52bef
1 file changed
lib/rubocop/cop/rails/redundant_active_record_all_method.rb
@@ -12,7 +12,7 @@ module Rails
12
# which can affect their behavior.
13
#
14
# @safety
15
- # This cop is unsafe for autocorrection if the receiver for `all` is not an Active Record object.
+ # This cop is unsafe because false positives will occur if the receiver is not an Active Record object.
16
17
# @example
18
# # bad
0 commit comments