diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-25 16:48:57 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-08-25 16:48:57 +0200 |
commit | a2c96fa400c1e3a5b4cfa79e82161555f6d739a5 (patch) | |
tree | ee04d35208f755a07110d298e8155475b34e5275 /.clang-tidy | |
parent | 16794bb84005429c2952e900ae637cc06f924fa0 (diff) |
clang-tidy: typo
Diffstat (limited to '.clang-tidy')
-rw-r--r-- | .clang-tidy | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.clang-tidy b/.clang-tidy index 803a54a4..54b6d071 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -4,7 +4,7 @@ Checks: cppcoreguidelines-*,performance-*,bugprone-*, readability-*,misc-*,hicpp-*,cert-*,modernize-*, -clang-diagnostic-nonportable-include-path, - -clang-analyzer-deadcode-DeadStores, + -clang-analyzer-deadcode.DeadStores, -clang-analyze-core.CallAndMessage, -cppcoreguidelines-special-member-functions,-hicpp-special-member-functions, -hicpp-braces-around-statements,-readability-braces-around-statements, @@ -40,6 +40,7 @@ Checks: -hicpp-use-equals-delete, -readability-static-accessed-through-instance, -cert-flp30-c, + -modernize-redundant-void-arg AnalyzeTemporaryDtors: true #HeaderFilterRegex: '/dev/opentrack' |