Skip to content
Snippets Groups Projects
Commit 1bd5bd69 authored by brgerhar's avatar brgerhar
Browse files

clang-tidy: Configure misc-header-include-cycle lint

parent dcba64ca
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@ ExtraArgs:
CheckOptions:
- key: readability-function-cognitive-complexity.IgnoreMacros
value: true
- key: misc-header-include-cycle.IgnoredFilesList
value: 'cpppetsc/src/include/ae108/cpppetsc/Mesh.h;cpppetsc/src/include/ae108/cpppetsc/Matrix.h;cpppetsc/src/include/ae108/cpppetsc/Vector.h'
- key: readability-identifier-naming.ClassCase
value: 'CamelCase'
- key: readability-identifier-naming.MemberCase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment