We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It would be nice if we could get an option to use the clang-tidy --fix option when using xmake check clang.tidy.
An option in xmake check clang.tidy to fix the source files.
Perhaps having an optional list of arguments that we pass could work better.
No response
The text was updated successfully, but these errors were encountered:
you can open a pr. https://github.com/xmake-io/xmake/blob/master/xmake/modules/private/check/checkers/clang/tidy.lua
Sorry, something went wrong.
add fix for clang.tidy #3537
01b5730
done. xmake update -s dev
xmake update -s dev
xmake check clang.tidy --fix xmake check clang.tidy --fix_errors xmake check clang.tidy --fix_notes
No branches or pull requests
Is your feature request related to a problem? Please describe.
It would be nice if we could get an option to use the clang-tidy --fix option when using xmake check clang.tidy.
Describe the solution you'd like
An option in xmake check clang.tidy to fix the source files.
Describe alternatives you've considered
Perhaps having an optional list of arguments that we pass could work better.
Additional context
No response
The text was updated successfully, but these errors were encountered: