summaryrefslogtreecommitdiffstats
path: root/src/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2024-07-17 11:01:54 -0400
committerDavid Robillard <d@drobilla.net>2024-07-17 11:47:19 -0400
commit973db12fe33bab8e6efca80deca358b4998d5eb2 (patch)
tree6ae279e5edccdde1ebaf6de9aa4a2706b0a8ec4f /src/.clang-tidy
parente2bbec54b3b26173284754b786310fc7d8589ecc (diff)
downloadingen-973db12fe33bab8e6efca80deca358b4998d5eb2.tar.gz
ingen-973db12fe33bab8e6efca80deca358b4998d5eb2.tar.bz2
ingen-973db12fe33bab8e6efca80deca358b4998d5eb2.zip
Remove redundant casts
Diffstat (limited to 'src/.clang-tidy')
-rw-r--r--src/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/.clang-tidy b/src/.clang-tidy
index 32352d76..16ba6620 100644
--- a/src/.clang-tidy
+++ b/src/.clang-tidy
@@ -28,6 +28,5 @@ Checks: >
-misc-no-recursion,
-misc-unused-parameters,
-readability-function-cognitive-complexity,
- -readability-redundant-casting,
-readability-use-anyofallof,
InheritParentConfig: true