ci(lint): Fix clang_tidy linter check #72
clang-format-and-lint.yml
on: pull_request
clang-format-and-lint
3m 4s
Annotations
3 errors
|
clang-format-and-lint
Process completed with exit code 1.
|
|
openfeature/evaluation_context.cpp:81:10 [modernize-return-braced-init-list]:
openfeature/evaluation_context.cpp#L81
avoid repeating the return type from the declaration; use a braced initializer list instead
|
|
openfeature/evaluation_context.cpp:18:8 [readability-identifier-length]:
openfeature/evaluation_context.cpp#L18
variable name 'it' is too short, expected at least 3 characters
|