Skip to content

refactor env var parsing #3652

refactor env var parsing

refactor env var parsing #3652

Triggered via push September 20, 2024 10:58
Status Success
Total duration 1m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 12 warnings, and 2 notices
src/Utils.cc:72:15 [clang-diagnostic-error]: src/Utils.cc#L72
use of undeclared identifier 'fs'
src/Utils.cc:79:12 [clang-diagnostic-error]: src/Utils.cc#L79
no viable conversion from returned value of type 'const std::nullopt_t' to function return type 'int'
src/Utils.cc:84:10 [clang-diagnostic-error]: src/Utils.cc#L84
no viable conversion from returned value of type 'std::string' (aka 'basic_string<char>') to function return type 'int'
src/Utils.cc:88:35 [clang-diagnostic-error]: src/Utils.cc#L88
use of undeclared identifier 'fs'
src/Utils.cc:89:8 [clang-diagnostic-error]: src/Utils.cc#L89
use of undeclared identifier 'fs'
src/Utils.cc:111:15 [clang-diagnostic-error]: src/Utils.cc#L111
use of undeclared identifier 'fs'
src/Utils.cc:112:23 [clang-diagnostic-error]: src/Utils.cc#L112
use of undeclared identifier 'fs'
src/Utils.cc:119:9 [clang-diagnostic-error]: src/Utils.cc#L119
use of undeclared identifier 'fs'
src/Utils.cc:123:10 [clang-diagnostic-error]: src/Utils.cc#L123
no viable conversion from returned value of type 'const std::nullopt_t' to function return type 'int'
src/Utils.cc:126:24 [clang-diagnostic-error]: src/Utils.cc#L126
use of undeclared identifier 'fs'
cpp-linter
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/
cpp-linter
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
src/CHIPDriver.hh:178:3 [modernize-use-equals-default]: src/CHIPDriver.hh#L178
use '= default' to define a trivial default constructor
src/CHIPDriver.hh:267:17 [readability-identifier-naming]: src/CHIPDriver.hh#L267
invalid case style for local variable 'value'
src/CHIPDriver.hh:302:7 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L302
use a trailing return type for this function
src/CHIPDriver.hh:302:35 [readability-identifier-naming]: src/CHIPDriver.hh#L302
invalid case style for parameter 'value'
src/CHIPDriver.hh:312:8 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L312
use a trailing return type for this function
src/CHIPDriver.hh:312:40 [readability-identifier-naming]: src/CHIPDriver.hh#L312
invalid case style for parameter 'value'
Run clang-format on src/CHIPDriver.hh: src/CHIPDriver.hh#L1
File src/CHIPDriver.hh does not conform to Custom style guidelines. (lines 178)
Run clang-format on src/Utils.cc: src/Utils.cc#L1
File src/Utils.cc does not conform to Custom style guidelines. (lines 162, 166)