Renamed files to kebab-case - core - services - part 3#25815
Conversation
WalkthroughThis pull request renames and normalizes many internal module paths and JSDoc typedef imports from PascalCase/CamelCase to kebab-case (lowercase with hyphens) across core/server and tests. Changes are limited to require/import strings and JSDoc/type reference paths (filenames like Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Repository UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (106)
🚧 Files skipped from review as they are similar to previous changes (48)
🧰 Additional context used🧠 Learnings (15)📓 Common learnings📚 Learning: 2026-01-08T10:26:38.700ZApplied to files:
📚 Learning: 2025-11-24T11:12:15.712ZApplied to files:
📚 Learning: 2025-10-30T17:13:26.190ZApplied to files:
📚 Learning: 2025-11-24T17:29:43.865ZApplied to files:
📚 Learning: 2025-11-24T17:29:43.865ZApplied to files:
📚 Learning: 2025-10-06T14:19:50.385ZApplied to files:
📚 Learning: 2025-11-25T14:28:50.351ZApplied to files:
📚 Learning: 2025-05-29T07:45:35.714ZApplied to files:
📚 Learning: 2025-12-01T08:42:35.320ZApplied to files:
📚 Learning: 2025-11-25T14:28:50.351ZApplied to files:
📚 Learning: 2025-11-25T14:28:50.351ZApplied to files:
📚 Learning: 2025-06-19T22:57:05.880ZApplied to files:
📚 Learning: 2025-11-03T12:33:31.093ZApplied to files:
📚 Learning: 2025-11-25T14:28:50.351ZApplied to files:
🧬 Code graph analysis (3)ghost/core/core/server/services/settings/settings-bread-service.js (2)
ghost/core/core/server/services/email-analytics/email-analytics-service-wrapper.js (2)
ghost/core/core/server/services/members/members-api/members-api.js (3)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (7)
🔇 Additional comments (37)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
802daf6 to
016dd66
Compare
016dd66 to
572ad59
Compare
ref #25815 - Renamed files to match to kebab-case format - core seeders, importers,etc - Excluded and added comments for files that can not be renamed
ref #25815 * Renamed files to match to kebab-case format * Updated linting rules config to match the updates - enabled kebab-case enforcement
ref #25813
what
note: since services contain more than 300 files to be renamed, will do this in multiple PRs