diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-21 19:34:17 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-21 22:14:51 +0200 | 
| commit | 4587a7f96f2a20ade53e347681de890b817c7724 (patch) | |
| tree | 672ddda8b2619231e8f457e3201d6357e3de0269 | |
| parent | 34b1e17b6e8acfd257569c283dd9745a2bcbc1ea (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 00d8c5df..89ad1d49 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -52,6 +52,7 @@ Checks:      -cppcoreguidelines-avoid-magic-numbers,      -readability-magic-numbers,      -modernize-loop-convert, +    -modernize-use-nodiscard,  AnalyzeTemporaryDtors: true  #HeaderFilterRegex: '/dev/opentrack' | 
