style: fix linting and formatting errors #102
on-pull-request.yml
on: pull_request
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.
|