fix: local load/write validate and refactor #8927
style.yml
on: pull_request
cpplint
1m 13s
detect-secrets
2m 16s
shellcheck
10s
pylint
2m 13s
Annotations
1 error and 2 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/options_map_parser.h#L37
[cpplint] reported by reviewdog 🐶
Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
Raw Output:
src/sdk/options_map_parser.h:37: Single-parameter constructors should be marked explicit. [runtime/explicit] [5]
|