Skip to content

Update README.md

Update README.md #30

Triggered via push January 31, 2024 07:26
Status Success
Total duration 2m 56s
Artifacts

main.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 warning and 8 notices
build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
app/models/link.rb#L10
Move locale texts to the locale files in the `config/locales` directory. [Rails/I18nLocaleTexts]
app/models/link.rb#L12
Move locale texts to the locale files in the `config/locales` directory. [Rails/I18nLocaleTexts]
config/environments/development.rb#L64
Use `ENV.fetch('HOSTNAME')` or `ENV.fetch('HOSTNAME', nil)` instead of `ENV['HOSTNAME']`. [Style/FetchEnvVar]
config/environments/development.rb#L64
Use `ENV.fetch('RAILS_PORT')` or `ENV.fetch('RAILS_PORT', nil)` instead of `ENV['RAILS_PORT']`. [Style/FetchEnvVar]
config/environments/production.rb#L81
Remove redundant `::`. [Style/RedundantConstantBase]
config/environments/production.rb#L96
Use `ENV.fetch('HOSTNAME')` or `ENV.fetch('HOSTNAME', nil)` instead of `ENV['HOSTNAME']`. [Style/FetchEnvVar]
config/environments/test.rb#L48
Use `ENV.fetch('HOSTNAME')` or `ENV.fetch('HOSTNAME', nil)` instead of `ENV['HOSTNAME']`. [Style/FetchEnvVar]
config/environments/test.rb#L48
Use `ENV.fetch('RAILS_PORT')` or `ENV.fetch('RAILS_PORT', nil)` instead of `ENV['RAILS_PORT']`. [Style/FetchEnvVar]