summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-15 20:45:11 +0100
committerDavid Robillard <d@drobilla.net>2020-12-15 20:56:50 +0100
commitd2143bb3298d94ebef62ed50d377e89533a02b42 (patch)
treeefeed57f2f64797257428f4b5075dd6446e4b735 /.clang-tidy
parent7b1c6f0ff13dda05886df9165cca550a449a7298 (diff)
downloadingen-d2143bb3298d94ebef62ed50d377e89533a02b42.tar.gz
ingen-d2143bb3298d94ebef62ed50d377e89533a02b42.tar.bz2
ingen-d2143bb3298d94ebef62ed50d377e89533a02b42.zip
Use separate clang-tidy configurations for server and GUI
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 65f41be0..f614d82b 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -59,7 +59,6 @@ Checks: >
-misc-no-recursion,
-misc-unused-parameters,
-modernize-use-trailing-return-type,
- -portability-simd-intrinsics,
-readability-convert-member-functions-to-static,
-readability-implicit-bool-conversion,
-readability-use-anyofallof,