ci(lint): Fix clang_tidy linter check #24
ci-format-test-lint.yml
on: pull_request
build-and-test
4m 37s
lint
5m 18s
Annotations
5 errors
|
lint
Process completed with exit code 1.
|
|
openfeature/evaluation_context.h:56:7 [readability-identifier-naming]:
openfeature/evaluation_context.h#L56
invalid case style for public member 'Testing'
|
|
openfeature/evaluation_context.h:54:21 [readability-identifier-naming]:
openfeature/evaluation_context.h#L54
invalid case style for function 'build'
|
|
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
|