mirror of
https://github.com/mpusz/mp-units.git
synced 2025-06-25 01:01:33 +02:00
24 lines
551 B
YAML
24 lines
551 B
YAML
---
|
|
Checks: '
|
|
*,
|
|
-llvm-header-guard,
|
|
-llvm-include-order,
|
|
-bugprone-branch-clone,
|
|
-bugprone-reserved-identifier,
|
|
-modernize-use-trailing-return-type,
|
|
-fuchsia-default-arguments-calls,
|
|
-fuchsia-overloaded-operator,
|
|
-fuchsia-statically-constructed-objects,
|
|
-fuchsia-trailing-return,
|
|
-*-special-member-functions,
|
|
-cppcoreguidelines-owning-memory,
|
|
-cert-err58-cpp,
|
|
-cert-dcl37-c,
|
|
-cert-dcl51-cpp
|
|
'
|
|
WarningsAsErrors: '*'
|
|
HeaderFilterRegex: '.*'
|
|
AnalyzeTemporaryDtors: false
|
|
FormatStyle: file
|
|
...
|