1 Star 0 Fork 7

赵权/dolibarr

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
qodana.yaml 3.52 KB
一键复制 编辑 原始数据 按行查看 历史
Laurent Destailleur 提交于 2023-01-12 11:43 . Avoid qodana error email
version: "1.0"
linter: jetbrains/qodana-php:2022.3-eap
failThreshold: 20000
profile:
name: qodana.recommended
exclude:
- name: All
paths:
- dev
- build
- doc
- documents
- node_modules
- test
- htdocs/custom
- htdocs/includes
- htdocs/install/doctemplates
- htdocs/modulebuilder/template/test/functionnal
- name: PhpIssetCanBeReplacedWithCoalesceInspection
- name: PhpRedundantOptionalArgumentInspection
- name: PhpLanguageLevelInspection
- name: PhpIncludeInspection
- name: HtmlWrongAttributeValue
- name: PhpUndefinedClassConstantInspection
- name: RegExpRedundantEscape
- name: PhpUnnecessaryLocalVariableInspection
- name: PhpUnusedParameterInspection
- name: PhpUnusedLocalVariableInspection
- name: PhpTernaryExpressionCanBeReplacedWithConditionInspection
- name: PhpSwitchStatementWitSingleBranchInspection
- name: PhpLoopCanBeReplacedWithImplodeInspection
- name: PhpArrayAccessCanBeReplacedWithForeachValueInspection
- name: PhpArrayPushWithOneElementInspection
- name: PhpCastIsUnnecessaryInspection
- name: PhpDeprecationInspection
- name: PhpStatementHasEmptyBodyInspection
- name: PhpConditionAlreadyCheckedInspection
- name: PhpExpressionResultUnusedInspection
- name: PhpUndefinedClassInspection
- name: RegExpSimplifiable
- name: PhpConcatenationWithEmptyStringCanBeInlinedInspection
- name: PhpConditionCanBeReplacedWithMinMaxCallInspection
- name: PhpArrayIsAlwaysEmptyInspection
- name: PhpParameterByRefIsNotUsedAsReferenceInspection
- name: PhpWrongStringConcatenationInspection
- name: PhpUnusedAliasInspection
- name: PhpUnusedPrivateMethodInspection
- name: PhpUnusedPrivateFieldInspection
- name: PhpExpressionAlwaysNullInspection
- name: PhpIfWithCommonPartsInspection
- name: PhpTernaryExpressionCanBeReducedToShortVersionInspection
- name: PhpExpressionWithSameOperandsInspection
- name: PhpInArrayCanBeReplacedWithComparisonInspection
- name: PhpUnusedAliasInspection
- name: PhpPossiblePolymorphicInvocationInspection
- name: PhpReturnValueOfMethodIsNeverUsedInspection
- name: PhpPregReplaceWithEmptyReplacementInspection
- name: PhpFieldImmediatelyRewrittenInspection
- name: PhpIllegalStringOffsetInspection
- name: PhpWrongForeachArgumentTypeInspection
- name: PhpRegExpRedundantModifierInspection
- name: PhpClassConstantAccessedViaChildClassInspection
- name: RegExpUnnecessaryNonCapturingGroup
- name: PhpPregMatchReplaceWithComparisonInspection
- name: PhpArrayWriteIsNotUsedInspection
- name: PhpUndefinedNamespaceInspection
- name: PhpArraySearchInBooleanContextInspection
- name: PhpLoopCanBeReplacedWithStrRepeatInspection
- name: PhpPropertyOnlyWrittenInspection
- name: PhpCoveredCharacterInClassInspection
- name: PhpSameParameterValueInspection
- name: PhpSillyAssignmentInspection
- name: PhpConditionCheckedByNextConditionInspection
- name: RegExpSingleCharAlternation
- name: PhpSuspiciousNameCombinationInspection
- name: PhpObjectFieldsAreOnlyWrittenInspection
- name: PhpMissingParentConstructorInspection
- name: PhpWriteAccessToReferencedArrayValueWithoutUnsetInspection
- name: PhpArrayUsedOnlyForWriteInspection
- name: PhpArrayIndexImmediatelyRewrittenInspection
- name: PhpParameterNameChangedDuringInheritanceInspection
- name: PhpDuplicateSwitchCaseBodyInspection
- name: PhpNestedDirNameCallsCanBeReplacedWithLevelParameterInspection
- name: PhpPointlessBooleanExpressionInConditionInspection
- name: PhpUndefinedMethodInspection
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/zhaoquan/dolibarr.git
git@gitee.com:zhaoquan/dolibarr.git
zhaoquan
dolibarr
dolibarr
develop

搜索帮助