Skip to content

Commit e8d16e0

Browse files
committed
feat: add qodana config
1 parent 83299c1 commit e8d16e0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
1+
/.idea
12
/.php-cs-fixer.cache
23
/composer.lock
34
/vendor
45
/src/Resources/public/
5-
/src/Resources/app/administration/node_modules/
6+
/src/Resources/app/administration/node_modules/

qodana.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
bootstrap: composer req shopware/elasticsearch:*
2+
php:
3+
version: "8.1"
4+
include:
5+
- name: VulnerableLibrariesGlobal
6+
plugins:
7+
- id: de.espend.idea.php.annotation
8+
- id: fr.adrienbrault.idea.symfony2plugin
9+
- id: com.kalessil.phpStorm.phpInspectionsEA
10+
- id: de.shyim.shopware6
11+

0 commit comments

Comments
 (0)