clang-tidy: first attempt to disable EnumCastOutOfRange warnings
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
Checks: >
|
||||
bugprone-*,
|
||||
clang-analyzer-*,
|
||||
-clang-analyzer-optin.core.EnumCastOutOfRange,
|
||||
concurrency-*,
|
||||
cppcoreguidelines-*,
|
||||
-cppcoreguidelines-owning-memory,
|
||||
|
||||
Reference in New Issue
Block a user