[clang-tidy] fix typo in deactivated check

This commit is contained in:
akallabeth 2024-09-17 12:57:59 +02:00
parent 0e97a51181
commit 9278a0adb8
No known key found for this signature in database
GPG Key ID: A49454A3FC909FD5
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ Checks: >
-cppcoreguidelines-no-malloc,
-google-readability-braces-around-statements,
-google-readability-todo,
-hicpp-avoid-c_arrays,
-hicpp-avoid-c-arrays,
-hicpp-braces-around-statements,
-hicpp-no-array-decay,
-hicpp-no-assembler,