php-codesniffer/.woodpecker/code-style.yml
Ferdinand Kuhl 7063c47d64
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixing doc type annotation sniffs to correctly ignore attributes
2023-02-10 15:37:30 +01:00

8 lines
307 B
YAML

pipeline:
code-style:
image: thecodingmachine/php:8.1-v4-cli
commands:
- "sudo -s chown -R docker:docker ."
- "composer config --no-plugins allow-plugins.dealerdirect/phpcodesniffer-composer-installer true"
- "composer install"
- "vendor/bin/phpcs --standard=DigiComp src"