You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm unsure about the existing Travis integration, also I haven't worked with Travis yet.
But, I wanted to suggest that we could use, what I used now on more than 20 repositories. I created https://github.com/figuren-theater/code-quality to keep everything related to testing and coding-standards separate and re-usable.
This includes
the latest, new and fresh WordPress CS 3.0.x
the WordPressVIP Minimum CS
and the CognitiveComplexity checks as well
phpstan incl. the latest WordPress stubs
and some more
Not included is an automated test-runner after each commit, like Husky.
I'm unsure about the existing Travis integration, also I haven't worked with Travis yet.
But, I wanted to suggest that we could use, what I used now on more than 20 repositories. I created https://github.com/figuren-theater/code-quality to keep everything related to testing and coding-standards separate and re-usable.
This includes
Not included is an automated test-runner after each commit, like Husky.
When refactoring older code, I almost ever start with an Establish Quality Standards issue, like this: figuren-theater/theater-production-blocks#3.
You can find an editable version at https://github.com/figuren-theater/theater-production-blocks/issues/new?assignees=&labels=automation&projects=&template=quality-standards.md&title=Establish+quality+standards
I'm a fan of not re-iventing the wheel, so I recommend using this to start with automated tests.
The text was updated successfully, but these errors were encountered: