discourse/plugins/discourse-ai/lib/translation
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
..
base_candidates.rb PERF: optimize translation progress dashboard with batch query (#34861) 2025-09-29 13:32:40 +08:00
base_translator.rb
category_candidates.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
category_locale_detector.rb
category_localizer.rb
content_splitter.rb
entry_point.rb FEATURE: Allow re-localization twice a day if post version has changed (#34023) 2025-08-04 10:58:30 +08:00
language_detector.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_candidates.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
post_detection_text.rb
post_locale_detector.rb FIX: Do not send empty content when detecting language (#34825) 2025-09-17 00:52:40 +08:00
post_localizer.rb FEATURE: Allow re-localization twice a day if post version has changed (#34023) 2025-08-04 10:58:30 +08:00
post_raw_translator.rb
short_text_translator.rb
topic_candidates.rb DEV: Hand-pick Rails/WhereNot autofixes (#35117) 2025-10-03 13:29:22 +02:00
topic_locale_detector.rb
topic_localizer.rb
topic_title_translator.rb
verbose_logger.rb