diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 15:39:57 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2024-02-08 19:18:03 +0100 |
commit | 119b91384aca66dfef40921021d13c930c455620 (patch) | |
tree | f356df202dd2fc1dec5706f33e4c44d4d05b016a | |
parent | b60b2395acaeac2f43fc24e09203403a63a04a63 (diff) |
clang-tidy: update
-rw-r--r-- | .clang-tidy | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/.clang-tidy b/.clang-tidy index 1d439cf5..df2a6e10 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -91,10 +91,14 @@ readability-make-member-function-const, -readability-static-accessed-through-instance, -readability-uppercase-literal-suffix, -readability-use-anyofallof, - -*-avoid-unconditional-preprocessor-if, --*-use-emplace, +-*-braces-around-statements, -*-incorrect-roundings, +-*-uppercase-literal-suffix, +-*-use-emplace, +-*-use-std-print, +-*-use-trailing-return-type, +-*-vararg, ' AnalyzeTemporaryDtors: true |