chore: set up clang-tidy
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: Idd88aa64efcc59a70dffa548603e51156a6a6964
This commit is contained in:
parent
5b80e3aa63
commit
eb84d4617b
1 changed files with 9 additions and 0 deletions
9
.clang-tidy
Normal file
9
.clang-tidy
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
---
|
||||
Checks: >
|
||||
bugprone-branch-clone,
|
||||
bugprone-assert-side-effect,
|
||||
bugprone-string-constructor,
|
||||
performance-inefficient-vector-operation,
|
||||
performance-unnecessary-value-param,
|
||||
WarningsAsErrors: ''
|
||||
HeaderFilterRegex: '^(src/|tests/)'
|
||||
Loading…
Add table
Add a link
Reference in a new issue