diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-20 18:23:45 +0100 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2018-12-24 19:31:24 +0100 |
commit | 0fbca6ba484194a9c16c43bc93d70590702c0a99 (patch) | |
tree | 7a9ff2cfc330ab7979f9a214bf9bdac62bc7af09 | |
parent | e81df263f4123a39fe6d4d50fb21f47dd242e796 (diff) |
clang-tidy: oh por favor shut up
-rw-r--r-- | .clang-tidy | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.clang-tidy b/.clang-tidy index 6112d6bb..fb3e8ebe 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -42,6 +42,8 @@ Checks: -cert-flp30-c, -modernize-redundant-void-arg, -hicpp-explicit-conversions, + -readability-function-size, + -cppcoreguidelines-avoid-goto, AnalyzeTemporaryDtors: true #HeaderFilterRegex: '/dev/opentrack' |