aboutsummaryrefslogtreecommitdiffstats
path: root/build/rector.php
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-1/+6
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(rector): Skip classes with a name too common from auto use statementCôme Chilliet2024-10-151-0/+14
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(rector): Add rule to import Nextcloud classes in all filesCôme Chilliet2024-10-151-0/+25
| | | | | | | | We skip all files outside of OC/OCA/OCP from "use" auto-import because it’s not always desirable to import classes when they have generic names, so it should be the developer choice. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore(rector): Move rector.php into the build folderfeat/add-rector-configCôme Chilliet2024-09-231-0/+50
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>