Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump clang-tools from 0.11.3 to 0.12.0 (#203)
Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.11.3 to 0.12.0. - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](cpp-linter/clang-tools-pip@v0.11.3...v0.12.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
e068581
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cpp-Linter Report⚠️
Some files did not pass the configured checks!
clang-format reports: 2 file(s) not formatted
clang-tidy reports: 6 concern(s)
src/demo.cpp:7:8: warning: [modernize-use-trailing-return-type]
src/demo.cpp:9:5: warning: [modernize-use-trailing-return-type]
src/demo.cpp:11:13: warning: [readability-braces-around-statements]
for (;;) ^ {
src/demo.cpp:14:5: warning: [cppcoreguidelines-pro-type-vararg]
src/demo.hpp:10:11: warning: [modernize-use-trailing-return-type]
src/demo.hpp:12:16: warning: [modernize-use-nullptr]
Have any feedback or feature suggestions? Share it here.