Skip to content
Code-Schnipsel Gruppen Projekte
Bestätigt Commit 70539087 erstellt von Jan Wennrich's avatar Jan Wennrich
Dateien durchsuchen

chore: setup PHP_CodeSniffer for project tooling

Übergeordneter 1b14e7f0
No related branches found
No related tags found
3 Merge Requests!15Update 'next-3.x' with latest changes from 'main',!14Next 2.x,!13Add QUIQQER Tooling
Dieser Commit ist Teil des Merge Request !13. Hier erstellte Kommentare werden im Kontext dieses Merge Request erstellt.
......@@ -2,4 +2,6 @@
<phive xmlns="https://phar.io/phive">
<phar name="phpstan" version="1.11.1" installed="1.11.1" location="./tools/phpstan" copy="false"/>
<phar name="phpunit" version="^10.5.20" installed="10.5.20" location="./tools/phpunit" copy="false"/>
<phar name="phpcs" version="^3.10.1" installed="3.10.1" location="./tools/phpcs" copy="false"/>
<phar name="phpcbf" version="^3.10.1" installed="3.10.1" location="./tools/phpcbf" copy="false"/>
</phive>
phpcs.xml.dist 0 → 100644
+ 23
0
Zeige Datei @ 70539087
<?xml version="1.0"?>
<ruleset>
<!-- Use PSR-12 ruleset -->
<rule ref="PSR12"/>
<!-- Only scan *.php files -->
<arg name="extensions" value="php"/>
<!-- Ignore warnings -->
<arg name="warning-severity" value="0"/>
<!-- Process 64 (or number of CPU cores) files in parallel -->
<arg name="parallel" value="64"/>
<!-- Output relative file paths, by setting the current folder as the basepath -->
<arg name="basepath" value="."/>
<!-- Show colored output -->
<arg name="colors"/>
<!-- Scan everything in the current folder -->
<file>.</file>
</ruleset>
0% oder .
You are about to add 0 people to the discussion. Proceed with caution.
Bearbeitung dieser Nachricht zuerst beenden!
Bitte registrieren oder zum Kommentieren