Commit Graph
5 Commits
Author SHA1 Message Date
Jarek Radosz 52e872961a DEV: Clean up requires (#34946)
1. remove unnecessary `.rb` filename suffixes from `require_relative`
calls
2. replace `require File.expand_path(File.dirname(__FILE__) + …` with
`require_relative`
3. remove `./` prefixes from `require_relative` calls
2025-09-24 12:00:22 +02:00
Alan Guo Xiang Tan 57f4176b57 DEV: Bump rubocop_discourse (#29608) 2024-11-06 06:27:49 +08:00
David Taylor 436b3b392b DEV: Apply syntax_tree formatting to script/* 2023-01-09 11:13:22 +00:00
Arpit Jalan 365d339985 DEV: fix Flarum import script (#13385) 2021-06-15 19:08:55 +05:30
Lecter 4bf195d502 FEATURE: Flarum import script (#13139) 2021-05-27 02:30:50 +02:00