diff options
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 9c19cf2..6c23cc5 100644 --- a/.clang-tidy +++ b/.clang-tidy @@ -8,6 +8,7 @@ Checks: ' bugprone-*, performance-*, readability-*, + -google-default-arguments, -cppcoreguidelines-pro-type-union-access' WarningsAsErrors: '*' HeaderFilterRegex: '\/src\/' |