Skip to content

Commit

Permalink
chore: cache settings
Browse files Browse the repository at this point in the history
[skip-release]
  • Loading branch information
mnavarrocarter committed Nov 10, 2021
1 parent a4b8898 commit 7eac20e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vendor
var
.php-cs-fixer.cache
var/*
!var/.gitkeep
1 change: 1 addition & 0 deletions .php-cs-fixer.dist.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
EOF;

return (new PhpCsFixer\Config())
->setCacheFile('var/php-cs-fixer.cache')
->setRiskyAllowed(true)
->setRules([
'@PhpCsFixer' => true,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ composer require castor/router

## Documentation

Documentation is available in Markdown format [here](.castor/docs)
Documentation is available in Markdown format [here](.castor/docs).
Empty file added var/.gitkeep
Empty file.

0 comments on commit 7eac20e

Please sign in to comment.