Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.
Read our blog
See the network in action
•
Join the network
•
Create your own network
This is the long desc
- list closed tracking-issues or
docs
files here - Do you have any ideas ?
See the workflow running for the figuren.theater platform
Repo | Code Quality | |
---|---|---|
1. | ft-admin-ui | |
2. | ft-core | |
3. | ft-coresites | |
4. | ft-data | |
5. | └── ft-network-sourcelinks | |
6. | ft-interactive | |
7. | ft-maintenance | |
8. | ft-media | |
9. | ft-onboarding | |
10. | ├── ft-core-block-domaincheck | |
11. | └── install.php | |
12. | ft-options | |
13. | ft-performance | |
14. | ft-platform | |
15. | ft-platform-collection | |
16. | ft-privacy | |
17. | ft-routes | |
18. | ft-security | |
19. | ft-seo | |
20. | ft-site-editing | |
21. | ├── ft-network-block-editor | |
22. | └── ft-network-block-patterns | |
23. | ft-theater | |
24. | ├── label-printing | |
25. | ├── theater-production-blocks | |
25. | └── theater-production-subsites | |
26. | ft-themes | |
27. | ft-theming | |
28. | .github | |
29. | code-quality | |
30. | ├── phpstan | (No Build, no tests :) |
31. | └── coding-standards | |
32. | new-ft-module | |
33. | status.figuren.theater | |
34. | BLOGS | |
35. | ├── websites.fuer.figuren.theater/demos | |
36. | └── katharina-muschiol.de |
- Install via command line
composer require --dev figuren-theater/code-quality@*
- Create a phpstan.neon file in the root of the repository
- Create a .phpcs.xml file in the root of the repository
composer normalize
vendor/bin/phpstan analyse -nvv
vendor/bin/phpcs . -v
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
We use Semantic Versioning. For the versions available, see the tags on this repository.
- Carsten Bach - Provided idea & code - figuren.theater/crew
See also the list of contributors who participated in this project.
This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details
- @szepeviktor for all wonderful sharings over the last years especially everything related coding-standards and semi-automated tests.
- altis by humanmade, as our digital role model and inspiration
- @roborourke for his clear & understandable coding guidelines
- python-project-template for their nice template->repo renaming workflow