Skip to content

style: fix linting and formatting errors #102

style: fix linting and formatting errors

style: fix linting and formatting errors #102

Triggered via pull request November 6, 2024 22:12
Status Failure
Total duration 49s
Artifacts

on-pull-request.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Format: Gemfile#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Format: Gemfile#L8
Bundler/OrderedGems: Gems should be sorted in an alphabetical order within their section of the Gemfile. Gem `dotenv` should appear before `rack`.
Format: lib/openapi_client.rb#L1
Style/BlockComments: Do not use block comments.
Format: lib/openapi_client.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Format: lib/openapi_client.rb#L75
Style/Documentation: Missing top-level documentation comment for `module OpenapiClient`.
Format: lib/passageidentity.rb#L3
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Format: lib/passageidentity.rb#L5
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Format: lib/passageidentity.rb#L7
Style/Documentation: Missing top-level documentation comment for `module Passage`.
Format: lib/passageidentity/auth.rb#L1
Style/FrozenStringLiteralComment: Missing frozen string literal comment.
Format: lib/passageidentity/auth.rb#L1
Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
Test
Process completed with exit code 1.