mirror of
https://github.com/BlackMATov/meta.hpp.git
synced 2025-12-15 03:45:30 +07:00
24 lines
436 B
YAML
24 lines
436 B
YAML
---
|
|
Checks: '-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
concurrency-*,
|
|
|
|
cppcoreguidelines-*,
|
|
-cppcoreguidelines-macro-usage,
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
|
|
modernize-*,
|
|
-modernize-use-trailing-return-type,
|
|
|
|
performance-*,
|
|
|
|
portability-*,
|
|
|
|
readability-*,
|
|
-readability-redundant-access-specifiers,
|
|
-readability-use-anyofallof,
|
|
'
|
|
...
|