We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8234d9a commit 429006bCopy full SHA for 429006b
.drone.yml
@@ -18,7 +18,7 @@ steps:
18
image: joomlaprojects/docker-images:php7.2
19
commands:
20
- echo $(date)
21
- - ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --ignore=administrator/components/com_patchtester/vendor --ignore=build/packaging --standard=PSR12 .
+ - ./administrator/components/com_patchtester/vendor/bin/phpcs --extensions=php -p --standard=ruleset.xml .
22
23
24
volumes:
@@ -27,6 +27,6 @@ volumes:
27
path: /tmp/composer-cache
28
---
29
kind: signature
30
-hmac: 66f585c17b678699c15f48673fa52585c02eddab99c4dcfa2f1e1e85960a2a31
+hmac: 6894a15e535673bd3eb1cf2c8ee3f9cbac4b5a6e52aa26773add3e4943f3bd86
31
32
...
0 commit comments