-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump the pip group across 1 directory with 2 updates (#247)
* Bump the pip group across 1 directory with 2 updates Bumps the pip group with 2 updates in the / directory: [clang-tools](https://github.com/cpp-linter/clang-tools-pip) and [cpp-linter](https://github.com/cpp-linter/cpp-linter). Updates `clang-tools` from 0.12.1 to 0.13.0 - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases) - [Commits](cpp-linter/clang-tools-pip@v0.12.1...v0.13.0) Updates `cpp-linter` from 1.8.1 to 1.10.0 - [Release notes](https://github.com/cpp-linter/cpp-linter/releases) - [Commits](cpp-linter/cpp-linter@v1.8.1...v1.10.0) --- updated-dependencies: - dependency-name: clang-tools dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip - dependency-name: cpp-linter dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip ... Signed-off-by: dependabot[bot] <[email protected]> * add tool-specific ignore options resolves #233 * add input for passive reviews resolves #243 --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brendan <[email protected]>
- Loading branch information
1 parent
09a8c47
commit 820b182
Showing
4 changed files
with
35 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
# Install clang-tools binaries (clang-format, clang-tidy) | ||
# For details please see: https://github.com/cpp-linter/clang-tools-pip | ||
clang-tools==0.12.1 | ||
clang-tools==0.13.0 | ||
|
||
# cpp-linter core Python executable package | ||
# For details please see: https://github.com/cpp-linter/cpp-linter | ||
cpp-linter==1.8.1 | ||
cpp-linter==1.10.0 |
820b182
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: 7 concern(s)
docs/examples/demo/demo.cpp:3:10: warning: [modernize-deprecated-headers]
docs/examples/demo/demo.cpp:8:5: warning: [modernize-use-trailing-return-type]
docs/examples/demo/demo.cpp:10:13: warning: [readability-braces-around-statements]
docs/examples/demo/demo.cpp:13:5: warning: [cppcoreguidelines-pro-type-vararg]
docs/examples/demo/demo.hpp:6:11: warning: [modernize-use-default-member-init]
docs/examples/demo/demo.hpp:7:9: warning: [modernize-use-default-member-init]
docs/examples/demo/demo.hpp:11:11: warning: [modernize-use-trailing-return-type]
Have any feedback or feature suggestions? Share it here.