Skip to content

Commit

Permalink
fix: add qodana linter
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Aug 21, 2023
1 parent e8d16e0 commit ebc5e08
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions composer.json
Expand Up @@ -36,5 +36,10 @@
},
"require": {
"shopware/core": "~6.5.2"
},
"config": {
"allow-plugins": {
"symfony/runtime": true
}
}
}
3 changes: 2 additions & 1 deletion qodana.yaml
@@ -1,3 +1,5 @@
version: "1.0"
linter: ghcr.io/shyim/qodana-php:8.1
bootstrap: composer req shopware/elasticsearch:*
php:
version: "8.1"
Expand All @@ -7,5 +9,4 @@ plugins:
- id: de.espend.idea.php.annotation
- id: fr.adrienbrault.idea.symfony2plugin
- id: com.kalessil.phpStorm.phpInspectionsEA
- id: de.shyim.shopware6

0 comments on commit ebc5e08

Please sign in to comment.