Skip to content

update and set ruby version, add style and spec ci #15

update and set ruby version, add style and spec ci

update and set ruby version, add style and spec ci #15

GitHub Actions / rubocop failed Sep 25, 2023 in 0s

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (7)

omniauth-azure-devops.gemspec|5 col 1| metadata['rubygems_mfa_required'] must be set to 'true'.
omniauth-azure-devops.gemspec|16 col 5| Prefer single-quoted strings when you don't need string interpolation or special symbols.
omniauth-azure-devops.gemspec|17 col 5| Prefer single-quoted strings when you don't need string interpolation or special symbols.
omniauth-azure-devops.gemspec|18 col 5| Prefer single-quoted strings when you don't need string interpolation or special symbols.
omniauth-azure-devops.gemspec|19 col 5| Prefer single-quoted strings when you don't need string interpolation or special symbols.
omniauth-azure-devops.gemspec|20 col 5| Prefer single-quoted strings when you don't need string interpolation or special symbols.
omniauth-azure-devops.gemspec|20 col 43| Avoid comma after the last item of a hash.

Filtered Findings (0)

Annotations

Check warning on line 34 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L5-L34 <Gemspec/RequireMFA>

`metadata['rubygems_mfa_required']` must be set to `'true'`.
Raw output
omniauth-azure-devops.gemspec:5:1: W: Gemspec/RequireMFA: `metadata['rubygems_mfa_required']` must be set to `'true'`.

Check notice on line 16 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L16 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
omniauth-azure-devops.gemspec:16:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check notice on line 17 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L17 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
omniauth-azure-devops.gemspec:17:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check notice on line 18 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L18 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
omniauth-azure-devops.gemspec:18:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check notice on line 19 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L19 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
omniauth-azure-devops.gemspec:19:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check notice on line 20 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L20 <Style/StringLiterals>

Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw output
omniauth-azure-devops.gemspec:20:5: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.

Check notice on line 20 in omniauth-azure-devops.gemspec

See this annotation in the file changed.

@github-actions github-actions / rubocop

[rubocop] omniauth-azure-devops.gemspec#L20 <Style/TrailingCommaInHashLiteral>

Avoid comma after the last item of a hash.
Raw output
omniauth-azure-devops.gemspec:20:43: C: Style/TrailingCommaInHashLiteral: Avoid comma after the last item of a hash.