You've already forked Zygisk-Assistant
mirror of
https://github.com/snake-4/Zygisk-Assistant.git
synced 2025-09-06 06:37:02 +00:00
Initial commit
This commit is contained in:
60
module/jni/libcxx/.clang-tidy
Normal file
60
module/jni/libcxx/.clang-tidy
Normal file
@@ -0,0 +1,60 @@
|
||||
Checks: >
|
||||
bugprone-copy-constructor-init,
|
||||
bugprone-dangling-handle,
|
||||
bugprone-infinite-loop,
|
||||
bugprone-stringview-nullptr,
|
||||
bugprone-use-after-move,
|
||||
|
||||
llvm-include-order,
|
||||
llvm-namespace-comment,
|
||||
|
||||
misc-definitions-in-headers,
|
||||
misc-misplaced-const,
|
||||
misc-non-copyable-objects,
|
||||
misc-uniqueptr-reset-release,
|
||||
|
||||
modernize-loop-convert,
|
||||
modernize-redundant-void-arg,
|
||||
|
||||
readability-duplicate-include,
|
||||
readability-identifier-naming,
|
||||
readability-function-cognitive-complexity,
|
||||
readability-function-size,
|
||||
readability-misplaced-array-index,
|
||||
readability-redundant-control-flow,
|
||||
readability-redundant-function-ptr-dereference,
|
||||
readability-redundant-preprocessor,
|
||||
readability-simplify-subscript-expr,
|
||||
readability-uniqueptr-delete-release,
|
||||
|
||||
CheckOptions:
|
||||
- key: readability-function-cognitive-complexity.Threshold
|
||||
value: 143 # TODO: bring that number down
|
||||
- key: readability-function-size.LineThreshold
|
||||
value: 194 # TODO: bring that number down
|
||||
- key: readability-identifier-naming.GetConfigPerFile
|
||||
value: false
|
||||
- key: readability-identifier-naming.ParameterCase
|
||||
value: lower_case
|
||||
- key: readability-identifier-naming.ParameterPrefix
|
||||
value: __
|
||||
|
||||
# TODO: investigate these checks
|
||||
# bugprone-branch-clone,
|
||||
# bugprone-macro-parentheses,
|
||||
# cppcoreguidelines-prefer-member-initializer,
|
||||
# misc-unused-parameters,
|
||||
# modernize-use-bool-literals,
|
||||
# modernize-use-default-member-init,
|
||||
# modernize-use-equals-default,
|
||||
# modernize-use-equals-delete,
|
||||
# modernize-use-nullptr,
|
||||
# modernize-use-override,
|
||||
# portability-restrict-system-includes,
|
||||
# readability-function-cognitive-complexity,
|
||||
# readability-implicit-bool-conversion,
|
||||
# readability-isolate-declaration,
|
||||
# readability-redundant-access-specifiers,
|
||||
# readability-redundant-declaration,
|
||||
# readability-redundant-member-init,
|
||||
# readability-simplify-boolean-expr,
|
||||
Reference in New Issue
Block a user