Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor(apps): Use constructor property promotion when possible | provokateurin | 2024-10-21 | 1 | -1/+6 |
| | | | | Signed-off-by: provokateurin <kate@provokateurin.de> | ||||
* | feat(rector): Skip classes with a name too common from auto use statement | Côme Chilliet | 2024-10-15 | 1 | -0/+14 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | chore(rector): Add rule to import Nextcloud classes in all files | Côme Chilliet | 2024-10-15 | 1 | -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-config | Côme Chilliet | 2024-09-23 | 1 | -0/+50 |
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> |