mirror of
https://github.com/LDAPAccountManager/lam.git
synced 2025-10-03 01:39:33 +02:00
refactoring
This commit is contained in:
parent
ff0b56b1eb
commit
fd880eddcd
4 changed files with 8 additions and 3 deletions
|
@ -12,11 +12,14 @@ return static function (RectorConfig $rectorConfig): void {
|
|||
__DIR__ . '/lam/tests',
|
||||
]);
|
||||
|
||||
//$rectorConfig->fileExtensions(['php', 'inc']);
|
||||
|
||||
$rectorConfig->skip([
|
||||
__DIR__ . '/lam/lib/3rdParty',
|
||||
]);
|
||||
|
||||
$rectorConfig->sets([
|
||||
SetList::DEAD_CODE,
|
||||
LevelSetList::UP_TO_PHP_80
|
||||
]);
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue