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

style(rubocop): Style/GlobalVars

هذا الالتزام موجود في:
Adam Cooke
2024-02-10 23:24:28 +00:00
الأصل e896f4689a
التزام 157d11457c

عرض الملف

@@ -3,6 +3,7 @@
require "ipaddr" require "ipaddr"
require "nio" require "nio"
# rubocop:disable Style/GlobalVars
module Postal module Postal
module SMTPServer module SMTPServer
class Server class Server
@@ -298,3 +299,4 @@ module Postal
end end
end end
end end
# rubocop:enable Style/GlobalVars