21 lines
420 B
YAML
21 lines
420 B
YAML
---
|
|
Checks: >
|
|
bugprone-*,
|
|
cert-*,
|
|
clang-analyzer-*,
|
|
clang-diagnostic-*,
|
|
concurrency-*,
|
|
cppcoreguidelines-*,
|
|
hicpp-*,
|
|
misc-*,
|
|
modernize-*,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-bugprone-easily-swappable-parameters,
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index
|
|
|
|
FormatStyle: file
|