diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-09 20:55:50 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-01-11 18:06:23 +0100 | 
| commit | aa44c31c3968094791c8aad43aa09b4925b856f8 (patch) | |
| tree | 86da38ce6ade675ff8c0f5bb2cceac74203ebb9d | |
| parent | f120371279bd6a1f6cb0fa3470cb29b6e4cfaa5b (diff) | |
clang-tidy update
| -rw-r--r-- | .clang-tidy | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/.clang-tidy b/.clang-tidy index 9d2a2509..ff78331a 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -14,7 +14,7 @@ Checks: '  -cert-err34-c,  -cert-err58-cpp,  -cert-flp30-c, -clang-analyze-core.CallAndMessage, +clang-analyzer-core.CallAndMessage,  clang-analyzer-deadcode.DeadStores,  -clang-diagnostic-nonportable-include-path,  -cppcoreguidelines-avoid-c-arrays, @@ -36,12 +36,13 @@ clang-analyzer-deadcode.DeadStores,  -cppcoreguidelines-pro-type-union-access,  -cppcoreguidelines-pro-type-vararg,  -cppcoreguidelines-special-member-functions, --cppcoreguidelines-special-member-functions-hicpp-special-member-functions, +-hicpp-special-member-functions,  -google-readability-braces-around-statements,  -google-readability-casting,  -hicpp-avoid-c-arrays,  -hicpp-avoid-goto,  -hicpp-braces-around-statements, +-hicpp-exception-baseclass,  -hicpp-explicit-conversions,  -hicpp-function-size,  -hicpp-member-init, @@ -83,7 +84,6 @@ modernize-use-equals-default,  '  AnalyzeTemporaryDtors: true -#HeaderFilterRegex: '/dev/opentrack'  CheckOptions:    - key:      cert-dcl59-cpp.HeaderFileExtensions  | 
