Skip to content

Merge upstream changes up to f476d9dab2f5cca6ae44b95961df6b6557d66dab #448

Merge upstream changes up to f476d9dab2f5cca6ae44b95961df6b6557d66dab

Merge upstream changes up to f476d9dab2f5cca6ae44b95961df6b6557d66dab #448

Triggered via pull request December 17, 2023 22:09
Status Failure
Total duration 1m 27s
Artifacts

lint-ruby.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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.