Skip to content

feat(issues): Sort by comments or upvotes count #75

feat(issues): Sort by comments or upvotes count

feat(issues): Sort by comments or upvotes count #75

Triggered via pull request July 30, 2023 23:51
Status Failure
Total duration 27s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
rubocop
Process completed with exit code 1.
rubocop: api/app/models/issue.rb#L14
[rubocop] reported by reviewdog 🐶 Specify a `:dependent` option. Raw Output: app/models/issue.rb:14:3: C: Rails/HasManyOrHasOneDependent: Specify a `:dependent` option.
rubocop: api/app/serializers/v1/issues_blueprint.rb#L10
[rubocop] reported by reviewdog 🐶 Pass `&:upvotes_count` as an argument to `field` instead of a block. Raw Output: app/serializers/v1/issues_blueprint.rb:10:20: C: Style/SymbolProc: Pass `&:upvotes_count` as an argument to `field` instead of a block.
rubocop: api/db/seeds.rb#L57
[rubocop] reported by reviewdog 🐶 Remove debugger entry point `byebug`. Raw Output: db/seeds.rb:57:1: W: Lint/Debugger: Remove debugger entry point `byebug`.
eslint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/