1
0
mirror of https://github.com/mrclay/minify.git synced 2025-08-23 06:02:51 +02:00

setup phpcs cache

This commit is contained in:
Elan Ruusamäe
2016-01-22 00:56:05 +02:00
parent b2ac4a52bb
commit 42875e8388
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View File

@@ -2,3 +2,4 @@
.DS_Store .DS_Store
/composer.lock /composer.lock
/vendor/ /vendor/
/.php_cs.cache

View File

@@ -6,6 +6,7 @@ $finder = Symfony\CS\Finder\DefaultFinder::create()
return Symfony\CS\Config\Config::create() return Symfony\CS\Config\Config::create()
->level(Symfony\CS\FixerInterface::NONE_LEVEL) ->level(Symfony\CS\FixerInterface::NONE_LEVEL)
->setUsingCache(true)
->fixers(array( ->fixers(array(
'linefeed', 'linefeed',
'trailing_spaces', 'trailing_spaces',