diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-28 02:41:53 +0100 | 
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-01-16 07:48:17 +0100 | 
| commit | 3be3bb256f3e9362f8889f0532f875c5ad3b41fb (patch) | |
| tree | 9c7170fd68f81cd22899ee710eedc416f1e11a11 /.clang-tidy | |
| parent | 96d89184e0afcfed097acbd3a29927dcc2953a7e (diff) | |
clang-tidy: update
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 fb3e8ebe..fc8faf5f 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -44,6 +44,7 @@ Checks:      -hicpp-explicit-conversions,      -readability-function-size,      -cppcoreguidelines-avoid-goto, +    -modernize-use-using,  AnalyzeTemporaryDtors: true  #HeaderFilterRegex: '/dev/opentrack'  | 
