Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump cpp-linter from 1.5.0 to 1.5.1 (#138)
Bumps [cpp-linter](https://github.com/cpp-linter/cpp-linter) from 1.5.0 to 1.5.1. - [Release notes](https://github.com/cpp-linter/cpp-linter/releases) - [Commits](cpp-linter/cpp-linter@v1.5.0...v1.5.1) --- updated-dependencies: - dependency-name: cpp-linter dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
cbfcee6
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.
📜 Run
clang-format
on the following files💬 Output from
clang-tidy
demo/demo.cpp
/demo/demo.cpp:3:10: warning: [modernize-deprecated-headers]
/demo/demo.cpp:8:5: warning: [modernize-use-trailing-return-type]
/demo/demo.cpp:10:13: warning: [readability-braces-around-statements]
/demo/demo.cpp:13:5: warning: [cppcoreguidelines-pro-type-vararg]
demo/demo.hpp
/demo/demo.hpp:6:11: warning: [modernize-use-default-member-init]
/demo/demo.hpp:7:9: warning: [modernize-use-default-member-init]
/demo/demo.hpp:11:11: warning: [modernize-use-trailing-return-type]