Commit Graph

5 Commits

Author SHA1 Message Date
Alan Guo Xiang Tan a6d940770a
DEV: Bump rubocop-discourse to 3.8.0 (#643)
This commit resolves all `Lint/OrAssignmentToConstant` cop violations.
2024-11-15 06:43:27 +08:00
Krzysztof Kotlarek d873057af6
DEV: Replace deprecated min_trust_to_create_post (#505)
In https://github.com/discourse/discourse/pull/24740, `min_trust_to_create_topic` site setting was replaced by `create_topic_allowed_groups`. This PR replaces the former, deprecated one, with the latter.
2023-12-14 14:37:41 +11:00
Ted Johansson ec7945d120
DEV: Replace deprecated queue_jobs site setting in tests (#464)
The #queue_jobs= method on site settings has been deprecated and replaced by Jobs.run_later! and Jobs.run_immediately!. This PR replaces usages in this plugin so we can remove the fallback in core.
2023-10-27 10:47:27 +08:00
David Taylor 3e9ab14bcd
DEV: Introduce syntax_tree for ruby formatting (#363) 2022-12-29 13:30:41 +01:00
David Taylor 6f16ae10dc
DEV: Bump rubocop-discourse (#328)
* DEV: Bump rubocop-discourse

* Fix rubocop violations
2022-10-03 22:19:41 +02:00