We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d5d04e commit c61afb9Copy full SHA for c61afb9
.drone.yml
@@ -16,6 +16,7 @@ steps:
16
- name: phpcs
17
image: joomlaprojects/docker-images:php8.0
18
depends_on: [ composer ]
19
+ failure: ignore
20
commands:
21
- echo $(date)
22
- ./vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards
.gitignore
@@ -30,6 +30,7 @@ current_SHA
30
/sha.txt
31
/.php_cs.cache
32
/.phpunit.result.cache
33
+.php-cs-fixer.cache
34
35
# Ignore uploads #
36
www/uploads/*
0 commit comments