1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- version: "1.0"
- linter: jetbrains/qodana-php:2022.3-eap
- failThreshold: 0
- profile:
- name: qodana.recommended
- exclude:
- - name: All
- paths:
- - dev
- - build
- - doc
- - documents
- - node_modules
- - test
- - htdocs/custom
- - htdocs/includes
- - htdocs/install/doctemplates
- - 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
|