clang-tidy: first attempt to disable EnumCastOutOfRange warnings

This commit is contained in:
Michele Caini
2025-01-23 11:29:52 +01:00
parent 5e687893de
commit 20b99b6b8b

View File

@@ -1,5 +1,7 @@
Checks: >
bugprone-*,
clang-analyzer-*,
-clang-analyzer-optin.core.EnumCastOutOfRange,
concurrency-*,
cppcoreguidelines-*,
-cppcoreguidelines-owning-memory,