build: fixed typo in the clang-tidy file - close #1178

Related Work Items: #11, #1178
This commit is contained in:
Michele Caini
2024-10-04 10:21:08 +02:00
parent 1f474e785a
commit 41f1b4e97b

View File

@@ -15,7 +15,7 @@ Checks: >
-modernize-use-trailing-return-type,
performance-*,
portability-*,
readibility-*
readability-*
CheckOptions:
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
value: true