diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-06 04:10:00 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-06 04:10:00 +0200 |
commit | ec1f3617195df60e6375603eb4dd0d33f978b01f (patch) | |
tree | 5ade356de41d917685bda5c0805e420f72d69592 /.clang-tidy | |
parent | 2a6e869eda2f15e5166d649f3d7a51cbfec7371e (diff) |
clang-tidy: remove duplicate test
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 777b8851..9a019268 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -6,6 +6,7 @@ Checks: ' -hicpp-use-equals-default -modernize-use-equals-default, -hicpp-use-auto, -hicpp-vararg, + -hicpp-member-init, -cert-err58-cpp, -readability-implicit-bool-conversion, -readability-else-after-return, |