aboutsummaryrefslogtreecommitdiffstats
path: root/.php-cs-fixer.dist.php
Commit message (Collapse)AuthorAgeFilesLines
* fix(cs-fixer): Correctly ignore files ignored by gitprovokateurin2024-08-251-19/+13
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* feat(CI): Speed up cs:check with parallelismJoas Schilling2024-06-241-0/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-1/+4
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* fix(CI): Also apply codestyle to apps/ folder even when it's VCS ignored itselfJoas Schilling2023-11-231-0/+1
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(CS): Ignore apps*/ directories which are gitignoredJoas Schilling2023-08-211-0/+13
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix psalm not runningCarl Schwan2022-01-061-0/+24
The issue was that we were using psalm/phar instead of vimeo/psalm. This caused issue with the custom psalm plugin in buildd/psalm. This is using the opportunity to also update the psalm version from 3.8 to 3.17 and the php-cs-fixer too. Signed-off-by: Carl Schwan <carl@carlschwan.eu>