Skip to content

Merge pull request #206 from opus-codium/code-refactoring #130

Merge pull request #206 from opus-codium/code-refactoring

Merge pull request #206 from opus-codium/code-refactoring #130

Triggered via push June 18, 2024 18:02
Status Failure
Total duration 34s
Artifacts

ci.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
rubocop: lib/modulesync.rb#L47
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync.rb#L48
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync.rb#L65
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync/cli.rb#L69
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync/cli.rb#L132
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync/cli.rb#L137
Layout/LineContinuationLeadingSpace: Move leading spaces to the end of previous line.
rubocop: lib/modulesync/git_service.rb#L63
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_BASE_URL')` or `ENV.fetch('GITHUB_BASE_URL', nil)` instead of `ENV['GITHUB_BASE_URL']`.
rubocop: lib/modulesync/git_service.rb#L65
Style/FetchEnvVar: Use `ENV.fetch('GITLAB_BASE_URL')` or `ENV.fetch('GITLAB_BASE_URL', nil)` instead of `ENV['GITLAB_BASE_URL']`.
rubocop: lib/modulesync/git_service.rb#L88
Style/FetchEnvVar: Use `ENV.fetch('GITHUB_TOKEN')` or `ENV.fetch('GITHUB_TOKEN', nil)` instead of `ENV['GITHUB_TOKEN']`.
rubocop: lib/modulesync/git_service.rb#L90
Style/FetchEnvVar: Use `ENV.fetch('GITLAB_TOKEN')` or `ENV.fetch('GITLAB_TOKEN', nil)` instead of `ENV['GITLAB_TOKEN']`.
rubocop
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rubocop
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/