-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathqodana.yaml
37 lines (36 loc) · 1.02 KB
/
qodana.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
version: "1.0"
linter: jetbrains/qodana-php:latest
profile:
name: qodana.recommended
include:
- name: PhpVulnerablePathsInspection
- name: VulnerableLibrariesGlobal
- name: PhpCoverageInspection
- name: PhpInconsistentReturnPointsInspection
- name: PhpRedundantOptionalArgumentInspection
- name: PhpTernaryExpressionCanBeReplacedWithConditionInspection
- name: PhpFullyQualifiedNameUsageInspection
- name: PhpUnnecessaryFullyQualifiedNameInspection
- name: DuplicatedCode
- name: PhpReturnDocTypeMismatchInspection
- name: PhpMissingParamTypeInspection
- name: PhpMissingFieldTypeInspection
- name: PhpMissingReturnTypeInspection
- name: PhpDynamicFieldDeclarationInspection
- name: PhpUnusedAliasInspection
- name: PhpUnusedLocalVariableInspection
plugins:
- id: com.kalessil.phpStorm.phpInspectionsEA
php:
version: "8.2"
exclude:
- name: All
paths:
- .phan/config.php
- phpmd.xml
- rector.php
- qodana.sarif.json
- vendor
- vendor/
- vendor/*
- vendor/**