Clang Tidy: disable WarningsAsErrors

This makes regular development more pleasant, because one does not have
to fix unrelated clang tidy mistakes when one is in the middle of something.
Before this change, I would usually turn clang-tidy off entirely, but then
forget to turn it on again.

This change has been agreed on by Sergey as well.
This commit is contained in:
Jacques Lucke 2021-03-29 11:03:36 +02:00
parent 3681a619de
commit f56fddbf9a
1 changed files with 0 additions and 1 deletions

View File

@ -43,7 +43,6 @@ Checks: >
# the windows compiler currently.
-modernize-raw-string-literal
WarningsAsErrors: '*'
CheckOptions:
- key: modernize-use-default-member-init.UseAssignment
value: 1