Skip to content

Commit

Permalink
feat: add qodana config
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim committed Aug 21, 2023
1 parent 83299c1 commit e8d16e0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,5 +1,6 @@
/.idea
/.php-cs-fixer.cache
/composer.lock
/vendor
/src/Resources/public/
/src/Resources/app/administration/node_modules/
/src/Resources/app/administration/node_modules/
11 changes: 11 additions & 0 deletions qodana.yaml
@@ -0,0 +1,11 @@
bootstrap: composer req shopware/elasticsearch:*
php:
version: "8.1"
include:
- name: VulnerableLibrariesGlobal
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 e8d16e0

Please sign in to comment.