linter: disable a couple of checks that I don't like much
This commit is contained in:
@@ -15,7 +15,9 @@ Checks: >
|
||||
-modernize-use-trailing-return-type,
|
||||
performance-*,
|
||||
portability-*,
|
||||
readability-*
|
||||
readability-*,
|
||||
-readability-named-parameter,
|
||||
-readability-uppercase-literal-suffix
|
||||
CheckOptions:
|
||||
- key: cppcoreguidelines-avoid-magic-numbers.IgnoreAllFloatingPointValues
|
||||
value: true
|
||||
|
||||
Reference in New Issue
Block a user