mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-05-05 11:23:47 +08:00
We can't enable `Rails/WhereNot` lint/autofix, because it would break code that uses mini_sql instead of AR (which rubocop, and tbh also we, can't easily differentiate) Those are safe because they either: * are executed in AR model scope definitions * are clearly chained starting from a AR model * are less-clearly chained, but still can be traced to a AR model/scope --------- Co-authored-by: Loïc Guitaut <loic@discourse.org> |
||
|---|---|---|
| .. | ||
| add_user_to_group_through_custom_field.rb | ||
| append_last_checked_by.rb | ||
| append_last_edited_by.rb | ||
| auto_responder.rb | ||
| auto_tag_topic.rb | ||
| banner_topic.rb | ||
| close_topic.rb | ||
| flag_post_on_words.rb | ||
| gift_exchange.rb | ||
| group_category_notification_default.rb | ||
| pin_topic.rb | ||
| post.rb | ||
| send_pms.rb | ||
| suspend_user_by_email.rb | ||
| topic.rb | ||
| topic_required_words.rb | ||
| user_global_notice.rb | ||
| user_group_membership_through_badge.rb | ||
| zapier_webhook.rb | ||