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

.clang-format-ignore not working for me #59

Closed Hadatko closed 8 months ago

Hadatko commented 8 months ago

Hi i am trying to setup .clang-format-ignore file for this PR https://github.com/EmbeddedRPC/erpc/pull/360

workflow: https://github.com/ACRIOS-Systems/erpc/blob/feature/updateClangConfig/.github/workflows/clang-format.yml file: https://github.com/ACRIOS-Systems/erpc/blob/feature/updateClangConfig/.clang-format-ignore

Should i place it somewhere else (into workflow?) or should it be somehow linked to the workflow?

Hadatko commented 8 months ago

Actually it works but in this case it need "./" prefix (in config it doesn't need, which is a bit inconsistency here)