Skip to content

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

feat(issues): Sort by comments or upvotes count

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

Triggered via pull request July 31, 2023 02:01
Status Failure
Total duration 25s
Artifacts

linter.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 11 warnings
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.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
rubocop
Process completed with exit code 1.
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/
rubocop: api/app/models/issue.rb#L23
[rubocop] reported by reviewdog 🐶 Do not use spaces between `->` and `(` in lambda literals. Raw Output: app/models/issue.rb:23:29: C: Layout/SpaceInLambdaLiteral: Do not use spaces between `->` and `(` in lambda literals.
rubocop: api/app/models/issue.rb#L24
[rubocop] reported by reviewdog 🐶 Do not use spaces between `->` and `(` in lambda literals. Raw Output: app/models/issue.rb:24:30: C: Layout/SpaceInLambdaLiteral: Do not use spaces between `->` and `(` in lambda literals.
rubocop: api/spec/models/issue_spec.rb#L62
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:62:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/models/issue_spec.rb#L63
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:63:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/models/issue_spec.rb#L75
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:75:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/models/issue_spec.rb#L76
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:76:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/models/issue_spec.rb#L88
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:88:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/models/issue_spec.rb#L89
[rubocop] reported by reviewdog 🐶 Use normalcase for symbol numbers. Raw Output: spec/models/issue_spec.rb:89:10: C: Naming/VariableNumber: Use normalcase for symbol numbers.
rubocop: api/spec/services/issues_feed_builder_spec.rb#L12
[rubocop] reported by reviewdog 🐶 Omit the hash value. Raw Output: spec/services/issues_feed_builder_spec.rb:12:69: C: Style/HashSyntax: Omit the hash value.
rubocop: api/spec/services/issues_feed_builder_spec.rb#L13
[rubocop] reported by reviewdog 🐶 Omit the hash value. Raw Output: spec/services/issues_feed_builder_spec.rb:13:69: C: Style/HashSyntax: Omit the hash value.