Skip to content

Commit

Permalink
Fix: Move cache file to .build/php-cs-fixer/ (#954)
Browse files Browse the repository at this point in the history
  • Loading branch information
localheinz authored Feb 17, 2024
1 parent 3c92f5b commit b62cc50
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,3 @@ backend/mirror.jpg
backend/GeoIP.dat
tests/server.log
tests/server.pid
.php-cs-fixer.cache
1 change: 1 addition & 0 deletions .php-cs-fixer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
->notName('run-tests.php');

$config
->setCacheFile(__DIR__ . '/.build/php-cs-fixer/php-cs-fixer.cache')
->setRiskyAllowed(true)
->setRules([
'array_indentation' => true,
Expand Down

0 comments on commit b62cc50

Please sign in to comment.