ZedThree / clang-tidy-review

Create a pull request review based on clang-tidy warnings
MIT License
88 stars 44 forks source link

Support `.clang-tidy` out of the box #29

Closed vadi2 closed 1 year ago

vadi2 commented 2 years ago

It's common to have a .clang-tidy file at the root of the repo (hundred of repos on github), what about supporting it out of the box so the file is read first if found, otherwise it uses the explicit list of checks?

This is coming from the perspective that this is unnecessary scaffolding that we can do without -

      uses: ZedThree/clang-tidy-review@v0.8.1
      with:
        config_file: '.clang-tidy'
vadi2 commented 1 year ago

Sweet, thanks for covering this.