import latest scrutinizer configuration from web backend

pull/804/head
El RIDO 2021-05-24 11:40:34 +02:00
parent 7de12d64d5
commit dae093bbfa
No known key found for this signature in database
GPG Key ID: 0F5C940A6BD81F92
2 changed files with 37 additions and 0 deletions

1
.gitattributes vendored
View File

@ -16,6 +16,7 @@ js/test/ export-ignore
.jshintrc export-ignore
.nsprc export-ignore
.php_cs export-ignore
.scrutinizer.yml export-ignore
.styleci.yml export-ignore
.travis.yml export-ignore
composer.json export-ignore

36
.scrutinizer.yml Normal file
View File

@ -0,0 +1,36 @@
checks:
php: true
javascript: true
filter:
paths:
- "css/privatebin.css"
- "css/bootstrap/privatebin.css"
- "js/privatebin.js"
- "lib/*.php"
- "index.php"
coding_style:
php:
spaces:
around_operators:
additive: false
concatenation: true
build:
environment:
php:
version: '7.2'
tests:
override:
-
command: 'cd tst && ../vendor/bin/phpunit'
coverage:
file: 'tst/log/coverage-clover.xml'
format: 'clover'
nodes:
tests: true
analysis:
tests:
override:
-
command: phpcs-run
use_website_config: true
- php-scrutinizer-run