forked from cabinpkg/cabin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.clang-tidy
3 lines (3 loc) · 859 Bytes
/
.clang-tidy
1
2
3
# Enable all checks that are necessary to enforce cppcoreguidelines
# Modify these at your own will!
Checks: '-*,clang-diagnostic-*,clang-analyzer-core.StackAddressEscape,clang-analyzer-code.DivideZero,clang-analyzer-core.NullDereference,clang-analyzer-cplusplus.NewDelete,cppcoreguidelines-*,google-explicit-constructor,hicpp-signed-bitwise,hicpp-exception-baseclass,modernize-use-using,modernize-make-unique,modernize-make-shared,modernize-loop-convert,modernize-use-noexcept,modernize-use-equals-default,modernize-use-equals-delete,modernize-make-unique,modernize-make-shared,misc-new-delete-overloads,bugprone-use-after-move,performance-noexcept-move-constructor,misc-redundant-expression,misc-undelegated-constructor,misc-throw-by-value-catch-by-referencereadability-container-size-empty,readability-simplify-boolean-expr,readability-non-const-parameter'