dolibarr/qodana.yaml
Laurent Destailleur a105178c20 Fix warning
2022-12-28 05:08:15 +01:00

35 lines
1.1 KiB
YAML

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: PhpArrayAccessCanBeReplacedWithForeachValueInspection
- name: PhpArrayPushWithOneElementInspection
- name: PhpCastIsUnnecessaryInspection
- name: PhpDeprecationInspection
- name: PhpConditionAlreadyCheckedInspection