nixir/.clang-tidy
NotAShelf eb84d4617b
chore: set up clang-tidy
Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Idd88aa64efcc59a70dffa548603e51156a6a6964
2026-02-22 00:18:19 +03:00

9 lines
241 B
YAML

---
Checks: >
bugprone-branch-clone,
bugprone-assert-side-effect,
bugprone-string-constructor,
performance-inefficient-vector-operation,
performance-unnecessary-value-param,
WarningsAsErrors: ''
HeaderFilterRegex: '^(src/|tests/)'