mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-07-23 13:28:47 +02:00
Improve code style formatter + fix unused var in octopush
This commit is contained in:
parent
d9cc959bbd
commit
3976ef0a24
5 changed files with 13 additions and 17 deletions
|
@ -13,6 +13,10 @@ $finder = PhpCsFixer\Finder::create()
|
|||
->exclude('tests/Fixtures')
|
||||
->in(__DIR__)
|
||||
->append([__DIR__.'/php-cs-fixer'])
|
||||
->in(__DIR__ . '/../../controllers/')
|
||||
->in(__DIR__ . '/../../models/')
|
||||
->in(__DIR__ . '/../../daemons/')
|
||||
->in(__DIR__ . '/../../adapters/')
|
||||
;
|
||||
|
||||
$config = PhpCsFixer\Config::create()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue