1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

style(rubocop): Style/StringLiterals

هذا الالتزام موجود في:
Adam Cooke
2024-02-09 17:21:27 +00:00
الأصل 0e4ed5ca03
التزام b4cc81264c
4 ملفات معدلة مع 14 إضافات و14 حذوفات

عرض الملف

@@ -3,5 +3,5 @@
Rails.autoloaders.each do |autoloader|
# Ignore the message DB migrations directory as it doesn't follow
# Zeitwerk's conventions and is always loaded and executed in order.
autoloader.ignore(Rails.root.join('lib/postal/message_db/migrations'))
autoloader.ignore(Rails.root.join("lib/postal/message_db/migrations"))
end