-
Notifications
You must be signed in to change notification settings - Fork 3
/
qodana.yaml
43 lines (43 loc) · 963 Bytes
/
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
38
39
40
41
42
43
version: "1.0"
linter: jetbrains/qodana-php:latest
profile:
path: .qodana-profile.xml
php:
version: "8.1"
failThreshold: 0
exclude:
- name: All
paths:
- vendor
- public
- tests
- var
- translations
- .php_cs.dist
- doc
- .github
- .php-cs-fixer.dist.php
- .qodana-profile.xml
- config
- .editorconfig
- composer.json
- composer.lock
- docker-compose.yml
- README.md
- SECURITY.md
- codeception.dist.yml
- phpstan-bootstrap.php
- phpstan-baseline.neon
- phpstan.neon
- LICENSE.md
- .env
- .gitatributes
- src/DependencyInjection/Configuration.php
include:
- name: PhpTaintFunctionInspection
- name: PhpVulnerablePathsInspection
plugins:
- id: de.espend.idea.php.annotation
- id: com.kalessil.phpStorm.phpInspectionsEA
- id: de.espend.idea.php.toolbox
- id: fr.adrienbrault.idea.symfony2plugin