Skip to content

Commit e7450d9

Browse files
committed
Clean and add to .clang-tidy
1 parent 29d2757 commit e7450d9

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.clang-tidy

+12-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,13 @@
1-
Checks: "*, -llvm-header-guard, -fuchsia-default-arguments-declarations, -cppcoreguidelines-no-malloc, -cppcoreguidelines-owning-memory, -misc-non-private-member-variables-in-classes"
1+
Checks: |
2+
*,
3+
-*-avoid-c-arrays,
4+
-altera*,
5+
-*avoid-do-while,
6+
-*constant-array-index,
7+
-*pointer*arithmetic*,
8+
-llvmlibc*,
9+
-llvm-header-guard,
10+
-fuchsia*,
11+
-misc-non-private-member-variables-in-classes,
12+
-cppcoreguidelines-pro-type-reinterpret-cast
213
HeaderFilterRegex: ".*"

0 commit comments

Comments
 (0)