aboutsummaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2022-09-16 18:39:22 -0400
committerDavid Robillard <d@drobilla.net>2022-09-16 22:31:06 -0400
commit5d0f04e89192754b8b2de11adcbebcf7919e3a08 (patch)
treee7230809b95b60cfe8d81820dd395bbc8ba88e00 /.clang-tidy
parentaf4d993a30cfde6df322fb58600b25faef424489 (diff)
downloadchilbert-5d0f04e89192754b8b2de11adcbebcf7919e3a08.tar.gz
chilbert-5d0f04e89192754b8b2de11adcbebcf7919e3a08.tar.bz2
chilbert-5d0f04e89192754b8b2de11adcbebcf7919e3a08.zip
Use bool literals
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy
index de1d754..f9bed5d 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -28,7 +28,6 @@ Checks: >
-hicpp-explicit-conversions,
-llvm-header-guard,
-llvmlibc-*,
- -modernize-use-bool-literals,
-modernize-use-trailing-return-type,
-readability-avoid-const-params-in-decls,
-readability-convert-member-functions-to-static,