summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-14 21:19:25 +0100
committerDavid Robillard <d@drobilla.net>2020-12-14 22:04:29 +0100
commit8441de6266f8158a05aea23c6d415f6ea65065b8 (patch)
tree6aefcd0da25f01c73b3d4d96a00b88c83970b9c6 /.clang-tidy
parente98e0618a8d6f70d8467284c0700ed614d537afa (diff)
downloadingen-8441de6266f8158a05aea23c6d415f6ea65065b8.tar.gz
ingen-8441de6266f8158a05aea23c6d415f6ea65065b8.tar.bz2
ingen-8441de6266f8158a05aea23c6d415f6ea65065b8.zip
Fix inconsistent parameter name
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 9c725bea..a1c6af8c 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -67,7 +67,6 @@ Checks: >
-readability-convert-member-functions-to-static,
-readability-delete-null-pointer,
-readability-implicit-bool-conversion,
- -readability-inconsistent-declaration-parameter-name,
-readability-redundant-smartptr-get,
-readability-use-anyofallof,
WarningsAsErrors: '*'