mirror of
https://github.com/BlackMATov/vmath.hpp.git
synced 2025-12-13 04:06:52 +07:00
32 lines
714 B
YAML
32 lines
714 B
YAML
---
|
|
Checks: '-*,
|
|
|
|
bugprone-*,
|
|
-bugprone-easily-swappable-parameters,
|
|
|
|
clang-analyzer-*,
|
|
|
|
concurrency-*,
|
|
|
|
cppcoreguidelines-*,
|
|
-cppcoreguidelines-avoid-c-arrays,
|
|
-cppcoreguidelines-avoid-magic-numbers,
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
|
|
modernize-*,
|
|
-modernize-avoid-c-arrays,
|
|
-modernize-use-trailing-return-type,
|
|
|
|
performance-*,
|
|
|
|
portability-*,
|
|
|
|
readability-*,
|
|
-readability-identifier-length,
|
|
-readability-magic-numbers,
|
|
-readability-named-parameter,
|
|
-readability-redundant-access-specifiers,
|
|
-readability-uppercase-literal-suffix,
|
|
'
|
|
...
|