diff options
Diffstat (limited to 'build/rector.php')
-rw-r--r-- | build/rector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rector.php b/build/rector.php index a119d84fd59..03e6eab0e87 100644 --- a/build/rector.php +++ b/build/rector.php @@ -52,9 +52,9 @@ class NextcloudNamespaceSkipVoter implements ClassNameImportSkipVoterInterface { $config = RectorConfig::configure() ->withPaths([ $nextcloudDir . '/apps', + $nextcloudDir . '/core', $nextcloudDir . '/status.php', // $nextcloudDir . '/config', - // $nextcloudDir . '/core', // $nextcloudDir . '/lib', // $nextcloudDir . '/ocs', // $nextcloudDir . '/ocs-provider', |