Skip to content

Merge pull request #931 from CHIP-SPV/fix-override #3663

Merge pull request #931 from CHIP-SPV/fix-override

Merge pull request #931 from CHIP-SPV/fix-override #3663

Triggered via push September 22, 2024 14:57
Status Success
Total duration 1m 12s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 12 warnings, and 1 notice
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:132:19 [readability-identifier-length]: src/CHIPDriver.hh#L132
parameter name 't' is too short, expected at least 3 characters
src/CHIPDriver.hh:132:19 [readability-identifier-naming]: src/CHIPDriver.hh#L132
invalid case style for parameter 't'
src/CHIPDriver.hh:180:20 [readability-identifier-length]: src/CHIPDriver.hh#L180
parameter name 't' is too short, expected at least 3 characters
src/CHIPDriver.hh:180:20 [readability-identifier-naming]: src/CHIPDriver.hh#L180
invalid case style for parameter 't'
src/CHIPDriver.hh:249:3 [modernize-use-nodiscard]: src/CHIPDriver.hh#L249
function 'getDeviceType' should be marked [[nodiscard]]
src/CHIPDriver.hh:249:7 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L249
use a trailing return type for this function
src/CHIPDriver.hh:250:3 [modernize-use-nodiscard]: src/CHIPDriver.hh#L250
function 'getDeviceIdx' should be marked [[nodiscard]]
src/CHIPDriver.hh:250:7 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L250
use a trailing return type for this function
src/CHIPDriver.hh:270:17 [readability-identifier-naming]: src/CHIPDriver.hh#L270
invalid case style for local variable 'value'
src/CHIPDriver.hh:304:7 [modernize-use-trailing-return-type]: src/CHIPDriver.hh#L304
use a trailing return type for this function
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)