DoozyX / clang-format-lint-action

This action checks if the source code matches the .clang-format file.
MIT License
129 stars 46 forks source link

Search recursively through folders? #37

Closed morphogencc closed 2 years ago

morphogencc commented 2 years ago

If I have a repository with multiple src/ and include/ folders, is it possible for clang to search recursively for them? Or does clang need me to enumerate each and every include/ and src/ that I want it to search for headers and source files? It'd be great if this could work similar to some of the python linters where they can just search your entire repo for *.py files.

morphogencc commented 2 years ago

Nevermind, my issue here was user configuration error