Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[clang-tidy] Fix Clang tidy checker option output #4050

Merged
merged 1 commit into from
Oct 26, 2023

Conversation

vodorok
Copy link
Collaborator

@vodorok vodorok commented Oct 19, 2023

The CodeChecker checkers --checker-config command did not output the clang-tidy checker options correcly because it left a "." before the actual option.

This patch replaces the dot with a colon.

@vodorok vodorok requested a review from bruntib as a code owner October 19, 2023 14:30
@whisperity whisperity added bugfix 🔨 analyzer 📈 Related to the analyze commands (analysis driver) clang-tidy 🐉 clang-tidy is a clang-based C++ “linter” tool. labels Oct 19, 2023
@whisperity whisperity added this to the release 6.23.0 milestone Oct 19, 2023
The `CodeChecker checkers --checker-config` command did not output the
clang-tidy checker options correcly because it left a "." before the
actual option.

This patch replaces the dot with a colon.
@bruntib bruntib merged commit c016398 into Ericsson:master Oct 26, 2023
7 of 8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
analyzer 📈 Related to the analyze commands (analysis driver) bugfix 🔨 clang-tidy 🐉 clang-tidy is a clang-based C++ “linter” tool.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants