1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-11-30 21:32:30 +00:00

style(rubocop): Style/FrozenStringLiteralComment

هذا الالتزام موجود في:
Adam Cooke
2024-02-09 17:20:18 +00:00
الأصل ba5bfbd6a0
التزام 6ab36c09c9
217 ملفات معدلة مع 220 إضافات و3 حذوفات

عرض الملف

@@ -1,3 +1,4 @@
# frozen_string_literal: true
# NOTE: only doing this in development as some production environments (Heroku)
# NOTE: are sensitive to local FS writes, and besides -- it's just not proper
# NOTE: to have a dev-mode tool do its thing in production.

عرض الملف

@@ -1,3 +1,4 @@
# frozen_string_literal: true
namespace :postal do
desc "Start the cron worker"
task cron: :environment do