mirror of
https://github.com/BlackMATov/enum.hpp.git
synced 2025-12-12 22:11:32 +07:00
24 lines
425 B
YAML
24 lines
425 B
YAML
---
|
|
Checks: '-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
concurrency-*,
|
|
|
|
cppcoreguidelines-*,
|
|
-cppcoreguidelines-macro-usage,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
modernize-*,
|
|
-modernize-macro-to-enum,
|
|
-modernize-use-trailing-return-type,
|
|
|
|
performance-*,
|
|
|
|
portability-*,
|
|
|
|
readability-*,
|
|
-readability-identifier-length,
|
|
'
|
|
...
|