Skip to content

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

update and set ruby version, add style and spec ci

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

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

reviewdog [rubocop] report

reported by reviewdog 🐶

Findings (2)

omniauth-azure-devops.gemspec|5 col 1| metadata['rubygems_mfa_required'] must be set to 'true'.
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 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.