Release 2.4.5 #126
Merged
Release 2.4.5 #126
Annotations
2 errors and 10 warnings
|
rubocop
Process completed with exit code 1.
|
|
rubocop
reviewdog: Too many results (annotations) in diff.
You may miss some annotations due to GitHub limitation for annotation created by logging command.
Please check GitHub Actions log console to see all results.
Limitation:
- 10 warning annotations and 10 error annotations per step
- 50 annotations per job (sum of annotations from all the steps)
- 50 annotations per run (separate from the job annotations, these annotations aren't created by users)
Source: https://github.com/orgs/community/discussions/26680#discussioncomment-3252835
|
|
rubocop:
reports/chained_rerun_report.rb#L68
[rubocop] reported by reviewdog 🐶
Use `File::NULL` instead of `/dev/null`.
Raw Output:
reports/chained_rerun_report.rb:68:40: C: Style/FileNull: Use `File::NULL` instead of `/dev/null`.
|
|
rubocop:
lib/slack/settings.rb#L15
[rubocop] reported by reviewdog 🐶
Use `map` instead of `each` to map elements into an array. (https://rubystyle.guide#functional-code)
Raw Output:
lib/slack/settings.rb:15:7: C: Style/MapIntoArray: Use `map` instead of `each` to map elements into an array. (https://rubystyle.guide#functional-code)
|
|
rubocop:
lib/helpers/prometheus_metrics/refresh_helpers.rb#L50
[rubocop] reported by reviewdog 🐶
Align `.group` with `Delayed::Job` on line 48.
Raw Output:
lib/helpers/prometheus_metrics/refresh_helpers.rb:50:11: C: Layout/MultilineMethodCallIndentation: Align `.group` with `Delayed::Job` on line 48.
|
|
rubocop:
lib/helpers/prometheus_metrics/refresh_helpers.rb#L49
[rubocop] reported by reviewdog 🐶
Align `.where` with `Delayed::Job` on line 48.
Raw Output:
lib/helpers/prometheus_metrics/refresh_helpers.rb:49:11: C: Layout/MultilineMethodCallIndentation: Align `.where` with `Delayed::Job` on line 48.
|
|
rubocop:
lib/helpers/prometheus_metrics.rb#L28
[rubocop] reported by reviewdog 🐶
Do not define multiple classes/modules at the top level in a single file.
Raw Output:
lib/helpers/prometheus_metrics.rb:28:1: C: Style/OneClassPerFile: Do not define multiple classes/modules at the top level in a single file.
|
|
rubocop:
lib/helpers/configuration.rb#L15
[rubocop] reported by reviewdog 🐶
Add an empty line after module inclusion. (https://rubystyle.guide#empty-lines-after-module-inclusion)
Raw Output:
lib/helpers/configuration.rb:15:5: C: Layout/EmptyLinesAfterModuleInclusion: Add an empty line after module inclusion. (https://rubystyle.guide#empty-lines-after-module-inclusion)
|
|
rubocop:
lib/github/re_run/comment.rb#L21
[rubocop] reported by reviewdog 🐶
Call `super` without arguments and parentheses when the signature is identical.
Raw Output:
lib/github/re_run/comment.rb:21:9: C: Style/SuperArguments: Call `super` without arguments and parentheses when the signature is identical.
|
|
rubocop:
lib/github/re_run/command.rb#L19
[rubocop] reported by reviewdog 🐶
Call `super` without arguments and parentheses when the signature is identical.
Raw Output:
lib/github/re_run/command.rb:19:9: C: Style/SuperArguments: Call `super` without arguments and parentheses when the signature is identical.
|
|
rubocop:
lib/github/plan_execution/finished.rb#L199
[rubocop] reported by reviewdog 🐶
Predicate method names should end with `?`.
Raw Output:
lib/github/plan_execution/finished.rb:199:11: C: Naming/PredicateMethod: Predicate method names should end with `?`.
|
|
rubocop:
app/github_app.rb#L211
[rubocop] reported by reviewdog 🐶
Predicate method names should end with `?`.
Raw Output:
app/github_app.rb:211:9: C: Naming/PredicateMethod: Predicate method names should end with `?`.
|
background
wait
wait-all
cancel
Loading