|
@@ -15,7 +15,9 @@ Checks: >
|
|
|
-modernize-use-trailing-return-type,
|
|
-modernize-use-trailing-return-type,
|
|
|
performance-*,
|
|
performance-*,
|
|
|
portability-*,
|
|
portability-*,
|
|
|
- readability-*
|
|
|
|
|
|
|
+ readability-*,
|
|
|
|
|
+ -readability-named-parameter,
|
|
|
|
|
+ -readability-uppercase-literal-suffix
|
|
|
CheckOptions:
|
|
CheckOptions:
|
|
|
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
|
|
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
|
|
|
value: true
|
|
value: true
|