Adds psalm and Nc style check.
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- .php-cs-fixer.cache 1 addition, 0 deletions.php-cs-fixer.cache
- .php-cs-fixer.dist.php 18 additions, 0 deletions.php-cs-fixer.dist.php
- composer.json 16 additions, 0 deletionscomposer.json
- composer.lock 3176 additions, 0 deletionscomposer.lock
- psalm.xml 43 additions, 0 deletionspsalm.xml
.gitignore
0 → 100644
.php-cs-fixer.cache
0 → 100644
.php-cs-fixer.dist.php
0 → 100644
composer.json
0 → 100644
{ | ||
"require-dev": { | ||
"vimeo/psalm": "^4.23", | ||
"christophwurst/nextcloud": "v22.1.1", | ||
"nextcloud/coding-standard": "^1.0" | ||
}, | ||
"config": { | ||
"allow-plugins": { | ||
"composer/package-versions-deprecated": true | ||
} | ||
}, | ||
"scripts": { | ||
"cs:check": "php-cs-fixer fix --dry-run --diff", | ||
"cs:fix": "php-cs-fixer fix" | ||
} | ||
} |
composer.lock
0 → 100644
This diff is collapsed.
psalm.xml
0 → 100644
Please register or sign in to comment