summaryrefslogtreecommitdiffstats
path: root/include/.clang-tidy
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-12-19 11:58:34 +0100
committerDavid Robillard <d@drobilla.net>2020-12-19 12:02:24 +0100
commit2a09c19703b242aaf693e5b52a70c1ad65332119 (patch)
treefcaf9fdffa4dcb80a74fc4e1b2c90e81e7e20fb6 /include/.clang-tidy
parent5680e5900f6fb89ec66af6480a7d125fc8960552 (diff)
downloadraul-2a09c19703b242aaf693e5b52a70c1ad65332119.tar.gz
raul-2a09c19703b242aaf693e5b52a70c1ad65332119.tar.bz2
raul-2a09c19703b242aaf693e5b52a70c1ad65332119.zip
Avoid "else" after "return"
Diffstat (limited to 'include/.clang-tidy')
-rw-r--r--include/.clang-tidy1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/.clang-tidy b/include/.clang-tidy
index 3ed1d44..b209887 100644
--- a/include/.clang-tidy
+++ b/include/.clang-tidy
@@ -19,7 +19,6 @@ Checks: >
-google-runtime-int,
-hicpp-no-array-decay,
-modernize-use-trailing-return-type,
- -readability-else-after-return,
-readability-implicit-bool-conversion,
WarningsAsErrors: '*'
HeaderFilterRegex: '.*'