Skip to content

feat: support showing jobs sorted by id #8043

feat: support showing jobs sorted by id

feat: support showing jobs sorted by id #8043

Triggered via pull request July 17, 2023 10:20
Status Success
Total duration 2m 56s
Artifacts

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

1 error and 3 warnings
pylint
Process completed with exit code 2.
cpplint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
cpplint: src/sdk/job_table_helper.cc#L169
[cpplint] reported by reviewdog 🐶 Lines should be <= 120 characters long [whitespace/line_length] [2] Raw Output: src/sdk/job_table_helper.cc:169: Lines should be <= 120 characters long [whitespace/line_length] [2]
cpplint: src/sdk/job_table_helper.cc#L168
[cpplint] reported by reviewdog 🐶 Add #include <algorithm> for sort [build/include_what_you_use] [4] Raw Output: src/sdk/job_table_helper.cc:168: Add #include <algorithm> for sort [build/include_what_you_use] [4]