1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-01 06:10:22 +02:00

chore: increase linter speed (#4211)

This commit is contained in:
Dag
2024-08-11 02:31:50 +02:00
committed by GitHub
parent 133dbf87c5
commit 4424ea54e9
3 changed files with 7 additions and 4 deletions

View File

@@ -49,7 +49,7 @@
},
"scripts": {
"test": "./vendor/bin/phpunit",
"lint": "./vendor/bin/phpcs --standard=phpcs.xml --warning-severity=0 --extensions=php -p ./",
"lint": "./vendor/bin/phpcs --parallel=2 --standard=phpcs.xml --warning-severity=0 --extensions=php -p ./",
"compat": "./vendor/bin/phpcs --standard=phpcompatibility.xml --warning-severity=0 --extensions=php -p ./"
}
}