diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-18 15:21:14 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-18 15:21:14 +0200 |
commit | ca97bc02e1c38f1ab46f4d8d8447eeffa89988a9 (patch) | |
tree | cc1988569a92307c6710e725d6176c469c32baf4 | |
parent | 0f82330b2252301c5ddbb49350111b336ff8de4b (diff) |
update .clang-tidy
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index eff97806..760ab884 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -83,6 +83,7 @@ readability-function-cognitive-complexity, -readability-simplify-boolean-expr, -readability-static-accessed-through-instance, -readability-uppercase-literal-suffix, +-readability-use-anyofallof, ' AnalyzeTemporaryDtors: true |