26 lines
546 B
YAML
26 lines
546 B
YAML
---
|
|
Checks: >
|
|
bugprone-*,
|
|
cert-*,
|
|
clang-analyzer-*,
|
|
clang-diagnostic-*,
|
|
concurrency-*,
|
|
cppcoreguidelines-*,
|
|
hicpp-*,
|
|
misc-*,
|
|
modernize-*,
|
|
performance-*,
|
|
portability-*,
|
|
readability-*,
|
|
-bugprone-easily-swappable-parameters,
|
|
-clang-analyzer-webkit.*,
|
|
-cppcoreguidelines-pro-type-reinterpret-cast,
|
|
-cppcoreguidelines-pro-bounds-pointer-arithmetic,
|
|
-cppcoreguidelines-pro-bounds-constant-array-index,
|
|
-modernize-use-trailing-return-type
|
|
|
|
ExcludeHeaderFilterRegex: '^/usr/.*'
|
|
SystemHeaders: false
|
|
|
|
FormatStyle: file
|