Update .clang-tidy

This commit is contained in:
Hugo Bonnet 2021-03-25 20:43:51 +01:00 committed by GitHub
parent 100f30043f
commit ef4641cad7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Checks: 'cppcoreguidelines-*,
performance-*, performance-*,
modernize-*, modernize-*,
google-*, google-*,
misc-*, misc-*
cert-*, cert-*,
readability-*, readability-*,
clang-analyzer-*, clang-analyzer-*,