diff --git a/FixedOrderGen/.clang-tidy b/FixedOrderGen/.clang-tidy deleted file mode 100644 index 0dc056c..0000000 --- a/FixedOrderGen/.clang-tidy +++ /dev/null @@ -1,38 +0,0 @@ -Checks: ' - *, - -cert-dcl21-cpp, - -clang-analyzer-optin.cplusplus.VirtualCall, - -cppcoreguidelines-avoid-magic-numbers, - -cppcoreguidelines-pro-bounds-array-to-pointer-decay, - -cppcoreguidelines-pro-bounds-constant-array-index, - -fuchsia*, - -google-build-using-namespace, - -google-explicit-constructor, - -google-readability*, - -google-runtime-int, - -google-runtime-references, - -hicpp*, - -llvm-header-guard, - -modernize-use-trailing-return-type, - -readability-braces-around-statements, - -readability-uppercase-literal-suffix, - ' -CheckOptions: - - key: cppcoreguidelines-special-member-functions.AllowSoleDefaultDtor - value: '1' - - key: llvm-namespace-comment.ShortNamespaceLines - value: '10' - - key: misc-non-private-member-variables-in-classes.IgnoreClassesWithAllMemberVariablesBeingPublic - value: '1' - - key: performance-move-const-arg.CheckTriviallyCopyableMove - value: '0' - - key: readability-identifier-naming.GlobalConstantCase - value: UPPER_CASE - - key: readability-identifier-naming.GlobalVariableCase - value: UPPER_CASE - - key: readability-identifier-naming.PrivateMemberSuffix - value: '_' - - key: readability-implicit-bool-conversion.AllowIntegerConditions - value: '1' - - key: readability-magic-numbers.IgnoreAllFloatingPointValues - value: '1'