forked from OSchip/llvm-project
[flang] Silence some warnings from clang-tidy
Disable some of the warnings from clang-tidy, in particular, `readability-identifier-naming`. They add clutter to reviews. Differential Revision: https://reviews.llvm.org/D82795
This commit is contained in:
parent
a7b0f39185
commit
98202edacb
|
@ -0,0 +1 @@
|
|||
Checks: '-*,llvm-*,-llvm-include-order,misc-*,-misc-no-recursion,-misc-unused-parameters,-misc-non-private-member-variables-in-classes'
|
Loading…
Reference in New Issue