Skip to content

Commit c61afb9

Browse files
committed
Ignore PHPCS Fixer cache, ignore PHPCS failures
1 parent 0d5d04e commit c61afb9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.drone.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ steps:
1616
- name: phpcs
1717
image: joomlaprojects/docker-images:php8.0
1818
depends_on: [ composer ]
19+
failure: ignore
1920
commands:
2021
- echo $(date)
2122
- ./vendor/bin/phpcs --config-set installed_paths vendor/joomla/coding-standards

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ current_SHA
3030
/sha.txt
3131
/.php_cs.cache
3232
/.phpunit.result.cache
33+
.php-cs-fixer.cache
3334

3435
# Ignore uploads #
3536
www/uploads/*

0 commit comments

Comments
 (0)