summaryrefslogtreecommitdiff
path: root/libcxx/.clang-tidy
diff options
context:
space:
mode:
authorNikolas Klauser <nikolasklauser@berlin.de>2022-02-15 20:00:34 +0100
committerNikolas Klauser <nikolasklauser@berlin.de>2022-02-16 00:22:08 +0100
commitf10909a50823906e8926a4710a0400f9cc850ae6 (patch)
tree6b7c1b309619014791e652c445df0b9f7cbc5d5f /libcxx/.clang-tidy
parentea0676f97d734196b15da7553cd407e6a36cef2d (diff)
downloadllvm-f10909a50823906e8926a4710a0400f9cc850ae6.tar.gz
[libc++][test] Run clang-tidy during CI
I'm trying to get libc++ to the point of being able to run clang-tidy. This is a PR to see if clang-tidy is happy with all the CI configs. Reviewed By: Quuxplusone, ldionne, #libc Spies: mgorny, aheejin, libcxx-commits, arichardson Differential Revision: https://reviews.llvm.org/D117174
Diffstat (limited to 'libcxx/.clang-tidy')
-rw-r--r--libcxx/.clang-tidy2
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/.clang-tidy b/libcxx/.clang-tidy
index 7dab781ee1a3..afa5d29f4079 100644
--- a/libcxx/.clang-tidy
+++ b/libcxx/.clang-tidy
@@ -1,2 +1,2 @@
InheritParentConfig: true
-Checks: '-readability-identifier-naming,-llvm-header-guard,-llvm-include-order,-misc-unconventional-assign-operator,-llvm-else-after-return'
+Checks: '-readability-identifier-naming,-llvm-header-guard,-misc-unconventional-assign-operator,-llvm-else-after-return'