summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-11-27 17:57:57 +0100
committerDavid Robillard <d@drobilla.net>2020-11-27 21:42:51 +0100
commitb04fa862a1daeabd0a60a479cb5e3cacac4c94b2 (patch)
tree39544d105c5a0087aef8984599680be094480d91 /.clang-tidy
parent1be7c1b92c06880cf21f79cfa5419240f14e4fa4 (diff)
downloadpatchage-b04fa862a1daeabd0a60a479cb5e3cacac4c94b2.tar.gz
patchage-b04fa862a1daeabd0a60a479cb5e3cacac4c94b2.tar.bz2
patchage-b04fa862a1daeabd0a60a479cb5e3cacac4c94b2.zip
Don't use else after return
I don't always agree with this one, but in this case it's reasonable enough.
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 ce17807..aa43dee 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -1,7 +1,6 @@
Checks: >
*,
-*-c-arrays,
- -*-else-after-return,
-*-magic-numbers,
-*-narrowing-conversions,
-*-no-malloc,