-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 1.0.0-beta9 #101
Release 1.0.0-beta9 #101
Conversation
andybroomfield
commented
Jan 14, 2025
•
edited
Loading
edited
- adds feedback form (adds feedback form #92)
- fix: add return types fix: add return types #105
- fix: yaml linting issues fix: yaml linting issues #103
- fix: css linting issues fix: css linting issues #104
* adds feedback form * coding standards fixes * adds a README.md * removes dump() * adds status message after installing module * updates README
Bunch of failed tests, but should that hold up release as this may be updates to PHPstan / PHPcs? |
@finnlewis phpstan errors are real as they won't be included in the project baseline as forms is not part of the main project. The coding standards should be fixed. The phpstan error I can add them to the baseline however we don't have any other case where a module that is not included in the main project is added to the baseline, so unsure if we want to start doing this. |
@andybroomfield is happy to release with errors, but we might want to fix them if we can. If we can rattle through and address the phstan issues, that would be great! |
If we can't fix the phpstan issues, let's create a separate issue for that and get this release out! |
@finnlewis already fixed the phpstan errors today :) Just with Adnan to take a look #105 due to the PHPUnit failures. But we haven't had a successful PHPUnit test since a couple of months ago |
…rrors fix: add return types
fix: yaml linting issues
fix: css linting issues
@Adnan-cds Ok for this to be released? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Sure. |