Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

clang-lint for PRs isn't checking header files #17

Closed
JaXt0r opened this issue Apr 26, 2023 · 0 comments
Closed

clang-lint for PRs isn't checking header files #17

JaXt0r opened this issue Apr 26, 2023 · 0 comments

Comments

@JaXt0r
Copy link
Collaborator

JaXt0r commented Apr 26, 2023

Currently clang-format is only checking .cc and .hh files. But the API headers are of format .h.

run: 'find include src -iname "*.hh" -or -iname "*.cc" | xargs clang-format --dry-run --style=file --Werror'

I would recommend changing this behavior. But beware: I tested it locally once and it showed some errors on the Header files.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant