mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
.php_cs is unused (#5056)
This commit is contained in:
committed by
Neil Lathwood
parent
1e24f636dd
commit
7553e771a6
15
.php_cs
15
.php_cs
@@ -1,15 +0,0 @@
|
||||
<?php
|
||||
// PHP CS Fixer config file
|
||||
|
||||
|
||||
$finder = Symfony\CS\Finder\DefaultFinder::create()
|
||||
->exclude('html/lib')
|
||||
->exclude('lib')
|
||||
->exclude('logs')
|
||||
->exclude('mibs')
|
||||
->exclude('rrd')
|
||||
->in(__DIR__);
|
||||
|
||||
return Symfony\CS\Config\Config::create()
|
||||
->level(Symfony\CS\FixerInterface::PSR2_LEVEL)
|
||||
->finder($finder);
|
Reference in New Issue
Block a user