nextcloud / collectives

Collectives is a Nextcloud App for activist and community projects to organize together.
GNU Affero General Public License v3.0
105 stars 19 forks source link

fix(deps): Remove dev dependency on nextcloud/ocp #1547

Closed mejo- closed 1 month ago

mejo- commented 1 month ago

Only needed for psalm checks, which got moved to its own vendor-bin environment.

This reverts commit df190af3720be2073aaa80a5868a853733dbf3ba.

🏁 Checklist

max-nextcloud commented 1 month ago

Maybe add a .git-blame-ignore-refs file and add the code style fixes commit to it like in https://github.com/nextcloud-libraries/eslint-config/pull/854/files

mejo- commented 1 month ago

Maybe add a .git-blame-ignore-refs file and add the code style fixes commit to it like in https://github.com/nextcloud-libraries/eslint-config/pull/854/files

Interesting, didn't know about this feature. But it feels a bit off to start this now with a rather small code style commit. Maybe instead do a separate PR that adds all recent code style commits to this file?