forked from OSchip/llvm-project
[lldb] Add .clang-tidy with customization to disable readability-identifier-naming
Reviewed By: JDevlieghere Differential Revision: https://reviews.llvm.org/D75810
This commit is contained in:
parent
d0ca1041ba
commit
71269a1f17
|
@ -0,0 +1,2 @@
|
|||
# Checks enabled in the top-level .clang-tidy minus readability-identifier-naming
|
||||
Checks: '-*,clang-diagnostic-*,llvm-*,misc-*,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
|
Loading…
Reference in New Issue