Skip to content

Commit

Permalink
Make clang-tidy pass
Browse files Browse the repository at this point in the history
clang-tidy seems to struggle with the "header-only" implementation
otherwise and not be able to parse out necessary include directories
from the compile_commands.json
  • Loading branch information
tmadlener committed Feb 1, 2024
1 parent c196a99 commit d17ce5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repos:
name: clang-tidy
entry: clang-tidy -warnings-as-errors='*,-clang-diagnostic-deprecated-declarations' -p compile_commands.json
types: [c++]
exclude: (tests/(datamodel|src)/.*(h|cc)|podioVersion.in.h)
exclude: (tests/(datamodel|src)/.*(h|cc)|podioVersion.in.h|SIOFrame.*h)
language: system
- id: clang-format
name: clang-format
Expand Down

0 comments on commit d17ce5c

Please sign in to comment.