discourse/plugins/discourse-ai/lib/automation
Jarek Radosz a54e3208cb
DEV: Hand-pick Rails/WhereNot autofixes (#35117)
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>
2025-10-03 13:29:22 +02:00
..
llm_persona_triage.rb
llm_tagger.rb FIX: use an integer, not a float, in the AI tagging automation (#34622) 2025-08-28 16:39:36 -04:00
llm_tool_triage.rb
llm_triage.rb DEV: Fix random typos (#34987) 2025-09-26 09:52:28 +08:00
report_context_generator.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
report_runner.rb