Bug 1674633 - clang-tidy: disable WarnOnConditionVariables for readability-else-after-return r=static-analysis-reviewers,andi DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D100085
This commit is contained in:
Sylvestre Ledru 2020-12-18 08:29:08 +00:00
parent c0e6a0695e
commit 20512e8f40

View File

@ -222,6 +222,10 @@ clang_checkers:
reliability: high
- name: readability-else-after-return
reliability: high
config:
- key: WarnOnConditionVariables
# Disable as we don't mind this kind of behavior
value: 0
- name: readability-implicit-bool-conversion
reliability: low
# On automation the config flags act strange. Please see Bug 1500241.