espressif / clang-tidy-runner

MIT License
9 stars 5 forks source link

fix: check project files by default #39

Closed hfudev closed 11 months ago

hfudev commented 11 months ago

We have a flag --all-files to enable the clang-tidy check for all files.

As the default value of the runner, it should be False, to check only the project related files.