diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 00:17:55 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2023-11-05 12:33:08 +0100 |
commit | 1cb871210305ebafb59157e984f2f2a514486fea (patch) | |
tree | 39e519996191aaa5d44f0e405735be097c2ceaa1 /.clang-tidy | |
parent | 8d1767ca083f1f437d25ddd6b5450aaf9950d9c2 (diff) |
clang-tidy: update
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 543938d6..1d439cf5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -91,7 +91,10 @@ readability-make-member-function-const, -readability-static-accessed-through-instance, -readability-uppercase-literal-suffix, -readability-use-anyofallof, + -*-avoid-unconditional-preprocessor-if, +-*-use-emplace, +-*-incorrect-roundings, ' AnalyzeTemporaryDtors: true |