Skip to content

Commit ac0aed8

Browse files
committed
Add more warning to ignore list for clang-tidy
1 parent b5a5703 commit ac0aed8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.clang-tidy

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ Checks: >
1717
-llvmlibc-restrict-system-libc-headers,
1818
-llvmlibc-implementation-in-namespace,
1919
-altera-unroll-loops,
20-
-misc-definitions-in-headers
20+
-misc-definitions-in-headers,
21+
-readability-identifier-naming,
22+
-readability-identifier-length
2123
2224
WarningsAsErrors: ''
2325
HeaderFilterRegex: '.*(Common|SparseBindingTest|Tests|VmaUsage|VulkanSample)\.(cpp|h)$|.*vk_mem_alloc\.h$'

0 commit comments

Comments
 (0)