Skip to content

Build Test Lint of main by @orangewolf #22

Build Test Lint of main by @orangewolf

Build Test Lint of main by @orangewolf #22

Triggered via push March 21, 2024 23:38
Status Failure
Total duration 2m 40s
Artifacts 3
Matrix: rspec-tests / test
reports  /  report
reports / report
Fit to window
Zoom out
Zoom in

Annotations

54 errors and 5 warnings
rubocop / lint
Process completed with exit code 1.
Gemfile.Bundler/OrderedGems: Gemfile#L1
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `rspec_junit_formatter` should appear before `rspec-rails`.
Gemfile.Layout/SpaceInsidePercentLiteralDelimiters: Gemfile#L1
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
Gemfile.Style/FrozenStringLiteralComment: Gemfile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Gemfile.Style/StringLiterals: Gemfile#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Rakefile.Style/FrozenStringLiteralComment: Rakefile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Rakefile.Style/StringLiterals: Rakefile#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
channel.Style/FrozenStringLiteralComment: channel#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
connection.Style/FrozenStringLiteralComment: connection#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
application_controller.Style/FrozenStringLiteralComment: application_controller#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
blogs_controller.Layout/EmptyLinesAroundAccessModifier: blogs_controller#L1
Layout/EmptyLinesAroundAccessModifier: Keep a blank line before and after `private`.
blogs_controller.Layout/IndentationConsistency: blogs_controller#L1
Layout/IndentationConsistency: Inconsistent indentation detected.
blogs_controller.Layout/IndentationWidth: blogs_controller#L1
Layout/IndentationWidth: Use 2 (not 4) spaces for indentation.
blogs_controller.Layout/SpaceInsidePercentLiteralDelimiters: blogs_controller#L1
Layout/SpaceInsidePercentLiteralDelimiters: Do not use spaces inside percent literal delimiters.
blogs_controller.Style/Documentation: blogs_controller#L1
Style/Documentation: Missing top-level documentation comment for `class BlogsController`.
blogs_controller.Style/EmptyMethod: blogs_controller#L1
Style/EmptyMethod: Put empty method definitions on a single line.
blogs_controller.Style/FrozenStringLiteralComment: blogs_controller#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
blogs_controller.Style/StringLiterals: blogs_controller#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
application_helper.Style/Documentation: application_helper#L1
Style/Documentation: Missing top-level documentation comment for `module ApplicationHelper`.
application_helper.Style/FrozenStringLiteralComment: application_helper#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
blogs_helper.Style/Documentation: blogs_helper#L1
Style/Documentation: Missing top-level documentation comment for `module BlogsHelper`.
blogs_helper.Style/FrozenStringLiteralComment: blogs_helper#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
application_job.Style/FrozenStringLiteralComment: application_job#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
application_mailer.Style/Documentation: application_mailer#L1
Style/Documentation: Missing top-level documentation comment for `class ApplicationMailer`.
application_mailer.Style/FrozenStringLiteralComment: application_mailer#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
application_mailer.Style/StringLiterals: application_mailer#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
application_record.Style/Documentation: application_record#L1
Style/Documentation: Missing top-level documentation comment for `class ApplicationRecord`.
application_record.Style/FrozenStringLiteralComment: application_record#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
blog.Style/Documentation: blog#L1
Style/Documentation: Missing top-level documentation comment for `class Blog`.
blog.Style/FrozenStringLiteralComment: blog#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
user.Style/FrozenStringLiteralComment: user#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
jbuilder.Style/FrozenStringLiteralComment: jbuilder#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
jbuilder.Style/FrozenStringLiteralComment: jbuilder#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
jbuilder.Style/StringLiterals: jbuilder#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
jbuilder.Style/FrozenStringLiteralComment: jbuilder#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
jbuilder.Style/StringLiterals: jbuilder#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
bundle.Layout/EmptyLineAfterGuardClause: bundle#L1
Layout/EmptyLineAfterGuardClause: Add empty line after guard clause.
bundle.Layout/LineLength: bundle#L1
Layout/LineLength: Line is too long. [127/120]
bundle.Metrics/CyclomaticComplexity: bundle#L1
Metrics/CyclomaticComplexity: Cyclomatic complexity for cli_arg_version is too high. [9/7]
bundle.Metrics/MethodLength: bundle#L1
Metrics/MethodLength: Method has too many lines. [13/10]
bundle.Metrics/PerceivedComplexity: bundle#L1
Metrics/PerceivedComplexity: Perceived complexity for cli_arg_version is too high. [9/8]
bundle.Style/IfUnlessModifier: bundle#L1
Style/IfUnlessModifier: Favor modifier `if` usage when having a single-line body. Another good alternative is the usage of control flow `&&`/`||`.
bundle.Style/PerlBackrefs: bundle#L1
Style/PerlBackrefs: Prefer `Regexp.last_match(1)` over `$1`.
bundle.Style/SpecialGlobalVars: bundle#L1
Style/SpecialGlobalVars: Prefer `$PROGRAM_NAME` over `$0`.
bundle.Style/StringLiterals: bundle#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
importmap.Style/FrozenStringLiteralComment: importmap#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
importmap.Style/StringLiterals: importmap#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
rails.Style/FrozenStringLiteralComment: rails#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rails.Style/StringLiterals: rails#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
rake.Style/FrozenStringLiteralComment: rake#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
rake.Style/StringLiterals: rake#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
build / build
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-qemu-action@v2, docker/setup-buildx-action@v2, docker/login-action@v2, docker/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rspec-tests / test (3, 0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rspec-tests / test (3, 1)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rspec-tests / test (3, 2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
rubocop / lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/login-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

Artifacts

Produced during runtime
Name Size
spec-reports-0 Expired
693 Bytes
spec-reports-1 Expired
962 Bytes
spec-reports-2 Expired
603 Bytes