Skip to content

Commit 1c7212c

Browse files
committed
chore: exclude files that causes errors
Files that were not fixed due to errors reported during fixing: 1) .../CodeIgniter4/tests/_support/View/Cells/multiplier.php 2) .../CodeIgniter4/tests/_support/View/Cells/colors.php 3) .../CodeIgniter4/tests/_support/View/Cells/addition.php
1 parent fa817f5 commit 1c7212c

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.php-cs-fixer.dist.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
'ThirdParty',
3030
'Validation/Views',
3131
])
32+
->notPath([
33+
'_support/View/Cells/multiplier.php',
34+
'_support/View/Cells/colors.php',
35+
'_support/View/Cells/addition.php',
36+
])
3237
->notName('#Foobar.php$#')
3338
->append([
3439
__FILE__,

0 commit comments

Comments
 (0)