diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-10 13:10:50 +0200 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-07-10 13:10:50 +0200 | 
| commit | 1173eb0fb61e8409e0530c98726ed7b485eb834c (patch) | |
| tree | 2c08d6be6aab31bf3cbb67a1aea0f68e8cf726c1 /.clang-tidy | |
| parent | e85d85265adb9f3d1eba93811440a83b6b74500d (diff) | |
tidy: remove duplicates
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 82cf65c7..3b222fa9 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -33,6 +33,7 @@ Checks:      -cppcoreguidelines-pro-type-const-cast,      -hicpp-function-size,      -cppcoreguidelines-pro-type-static-cast-downcast, +    -hicpp-use-override,  AnalyzeTemporaryDtors: true  HeaderFilterRegex: '/dev/opentrack'  | 
