summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 21:21:49 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 22:04:29 +0100
commitcba264d3555e2741665693da416f9649b8cc3a49 (patch)
treeddc1dc1e80f79f6564f64ba2867447d233da685b /.clang-tidy
parent992b6bbe9f17749f509ca61587efef13d052ba7f (diff)
downloadingen-cba264d3555e2741665693da416f9649b8cc3a49.tar.gz
ingen-cba264d3555e2741665693da416f9649b8cc3a49.tar.bz2
ingen-cba264d3555e2741665693da416f9649b8cc3a49.zip
Fix redundant calls to smart pointer get() methods
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 78eebb55..fab3069e 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -66,7 +66,6 @@ Checks: >
-readability-convert-member-functions-to-static,
-readability-delete-null-pointer,
-readability-implicit-bool-conversion,
- -readability-redundant-smartptr-get,
-readability-use-anyofallof,
WarningsAsErrors: '*'
HeaderFilterRegex: 'include/ingen/.*|tests/.*|src/.*'