Skip to content

Commit d2bc968

Browse files
committed
fix(ci): disable default clang-tidy checks to prevent false positives
1 parent 11d13ac commit d2bc968

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.clang-tidy

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Modern C++-23 linting with focus on correctness, performance, and readability
44

55
Checks: >
6+
-*,
67
bugprone-assert-side-effect,
78
bugprone-dangling-handle,
89
bugprone-inaccurate-erase,

0 commit comments

Comments
 (0)