Merge upstream changes up to f476d9dab2f5cca6ae44b95961df6b6557d66dab #448
Annotations
3 errors
lint:
config/initializers/content_security_policy.rb#L36
[Correctable] Style/FetchEnvVar: Use ENV.fetch('LOCAL_DOMAIN') or ENV.fetch('LOCAL_DOMAIN', nil) instead of ENV['LOCAL_DOMAIN']. (https://rubystyle.guide/#hash-fetch-defaults)
|
lint:
config/initializers/content_security_policy.rb#L42
[Correctable] Style/FetchEnvVar: Use ENV.fetch('SWIFT_OBJECT_URL') or ENV.fetch('SWIFT_OBJECT_URL', nil) instead of ENV['SWIFT_OBJECT_URL']. (https://rubystyle.guide/#hash-fetch-defaults)
|
lint
Process completed with exit code 1.
|