You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice the args. I specify the path to the database.
When trying to run, I get: clang-tidy: for the -p option: may not occur within a group! error: clang-tidy: Unknown command line argument '-p build/meson'. Try: 'clang-tidy --help' clang-tidy: Did you mean '-p'?
Thank you for your help
The text was updated successfully, but these errors were encountered:
Hi, I am trying to use the clang-tidy hook.
my .pre-commit-config.yaml looks something like:
`repos:
rev: master
hooks:
args: ['-p some/folder']`
Notice the args. I specify the path to the database.
When trying to run, I get:
clang-tidy: for the -p option: may not occur within a group! error: clang-tidy: Unknown command line argument '-p build/meson'. Try: 'clang-tidy --help' clang-tidy: Did you mean '-p'?
Thank you for your help
The text was updated successfully, but these errors were encountered: