Massongit patch 4 #135
ci.yml
on: pull_request
test-skip-install-and-use-bundler
15s
Annotations
1 error and 7 warnings
test-skip-install-and-use-bundler
Process completed with exit code 1.
|
test-skip-install-and-use-bundler:
rdjson_formatter/rdjson_formatter.rb#L4
[rubocop] reported by reviewdog 🐶
Unnecessary disabling of `Metrics/AbcSize`.
Raw Output:
rdjson_formatter/rdjson_formatter.rb:4:19: W: Lint/RedundantCopDisableDirective: Unnecessary disabling of `Metrics/AbcSize`.
|
test-skip-install-and-use-bundler:
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Missing frozen string literal comment.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:1: C: Style/FrozenStringLiteralComment: Missing frozen string literal comment.
|
test-skip-install-and-use-bundler:
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer string interpolation to string concatenation.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringConcatenation: Prefer string interpolation to string concatenation.
|
test-skip-install-and-use-bundler:
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:6: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
test-skip-install-and-use-bundler:
test/only_changed/few_relevant/files/a.rb#L1
[rubocop] reported by reviewdog 🐶
Prefer single-quoted strings when you don't need string interpolation or special symbols.
Raw Output:
test/only_changed/few_relevant/files/a.rb:1:18: C: Style/StringLiterals: Prefer single-quoted strings when you don't need string interpolation or special symbols.
|
test-skip-install-and-use-bundler:
test/only_changed/few_relevant/mock_bins/rubocop#L10
[rubocop] reported by reviewdog 🐶
Use `ENV.fetch('GITHUB_ACTION_PATH')` or `ENV.fetch('GITHUB_ACTION_PATH', nil)` instead of `ENV['GITHUB_ACTION_PATH']`.
Raw Output:
test/only_changed/few_relevant/mock_bins/rubocop:10:15: C: Style/FetchEnvVar: Use `ENV.fetch('GITHUB_ACTION_PATH')` or `ENV.fetch('GITHUB_ACTION_PATH', nil)` instead of `ENV['GITHUB_ACTION_PATH']`.
|
test-skip-install-and-use-bundler:
test/only_changed/too_many_relevant/mock_bins/rubocop#L10
[rubocop] reported by reviewdog 🐶
Use `ENV.fetch('GITHUB_ACTION_PATH')` or `ENV.fetch('GITHUB_ACTION_PATH', nil)` instead of `ENV['GITHUB_ACTION_PATH']`.
Raw Output:
test/only_changed/too_many_relevant/mock_bins/rubocop:10:15: C: Style/FetchEnvVar: Use `ENV.fetch('GITHUB_ACTION_PATH')` or `ENV.fetch('GITHUB_ACTION_PATH', nil)` instead of `ENV['GITHUB_ACTION_PATH']`.
|