mirror of
https://github.com/BlackMATov/flat.hpp.git
synced 2025-12-12 17:26:14 +07:00
28 lines
529 B
YAML
28 lines
529 B
YAML
---
|
|
Checks: '-*,
|
|
|
|
bugprone-*,
|
|
|
|
clang-analyzer-*,
|
|
|
|
concurrency-*,
|
|
|
|
cppcoreguidelines-*,
|
|
-cppcoreguidelines-macro-usage,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
|
|
modernize-*,
|
|
-modernize-use-auto,
|
|
-modernize-use-trailing-return-type,
|
|
|
|
performance-*,
|
|
|
|
portability-*,
|
|
|
|
readability-*,
|
|
-readability-identifier-length,
|
|
-readability-named-parameter,
|
|
-readability-redundant-access-specifiers,
|
|
'
|
|
...
|