summaryrefslogtreecommitdiffstats
path: root/.clang-tidy
diff options
context:
space:
mode:
Diffstat (limited to '.clang-tidy')
-rw-r--r--.clang-tidy2
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy
index 838f711..65bb2f8 100644
--- a/.clang-tidy
+++ b/.clang-tidy
@@ -49,6 +49,8 @@ AnalyzeTemporaryDtors: false
FormatStyle: file
User: nin
CheckOptions:
+ - key: readability-implicit-bool-conversion.AllowIntegerConditions
+ value: 'true'
- key: llvm-else-after-return.WarnOnConditionVariables
value: 'false'
- key: modernize-loop-convert.MinConfidence