Disabled some clang-tidy checks that were enforcing coding styles that would cause more harm than good, if followed
This commit is contained in:
@@ -6,7 +6,6 @@ Checks: >
|
|||||||
cert-err52-cpp,
|
cert-err52-cpp,
|
||||||
cert-err60-cpp,
|
cert-err60-cpp,
|
||||||
cppcoreguidelines-*,
|
cppcoreguidelines-*,
|
||||||
-cppcoreguidelines-*,
|
|
||||||
google-explicit-constructor,
|
google-explicit-constructor,
|
||||||
google-global-names-in-headers,
|
google-global-names-in-headers,
|
||||||
google-readability-casting,
|
google-readability-casting,
|
||||||
@@ -15,7 +14,11 @@ Checks: >
|
|||||||
modernize-*,
|
modernize-*,
|
||||||
performance-*,
|
performance-*,
|
||||||
readability-*,
|
readability-*,
|
||||||
-readability-named-parameter
|
-modernize-use-trailing-return-type,
|
||||||
|
-readability-named-parameter,
|
||||||
|
-readability-magic-numbers,
|
||||||
|
-cppcoreguidelines-avoid-magic-numbers,
|
||||||
|
-cppcoreguidelines-owning-memory,
|
||||||
CheckOptions:
|
CheckOptions:
|
||||||
- key: bugprone-argument-comment.StrictMode
|
- key: bugprone-argument-comment.StrictMode
|
||||||
value: 1
|
value: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user