figuren-theater/code-quality

Development tools to measure and test the code quality of figuren.theater, the WordPress Multisite network for puppeteers.

1.1.1 2024-02-15 17:33 UTC

README


figuren.theater Logo

figuren.theater | Code Quality

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 actionJoin the networkCreate your own network

About

This is the long desc

  • list closed tracking-issues or docs files here
  • Do you have any ideas ?

Background & Motivation

See the workflow running for the figuren.theater platform

Repo Code Quality
1. ft-admin-ui Build, test & measure
2. ft-core Build, test & measure
3. ft-coresites
4. ft-data
5. └── ft-network-sourcelinks
6. ft-interactive Build, test & measure
7. ft-maintenance Build, test & measure
8. ft-media Build, test & measure
9. ft-onboarding Build, test & measure
10. ├── ft-core-block-domaincheck
11. └── install.php Build, test & measure
12. ft-options Build, test & measure
13. ft-performance Build, test & measure
14. ft-platform Build, test & measure
15. ft-platform-collection Build, test & measure
16. ft-privacy Build, test & measure
17. ft-routes Build, test & measure
18. ft-security Build, test & measure
19. ft-seo Build, test & measure
20. ft-site-editing Build, test & measure
21. ├── ft-network-block-editor Build, test & measure
22. └── ft-network-block-patterns Build, test & measure
23. ft-theater Build, test & measure
24. ├── label-printing Build, test & measure
25. ├── theater-production-blocks Build, test & measure
25. └── theater-production-subsites Build, test & measure
26. ft-themes Build, test & measure
27. ft-theming Build, test & measure
28. .github Build, test & measure
29. code-quality Build, test & measure
30. ├── phpstan (No Build, no tests :)
31. └── coding-standards Build, test & measure
32. new-ft-module Build, test & measure
33. status.figuren.theater
34. BLOGS
35. ├── websites.fuer.figuren.theater/demos
36. └── katharina-muschiol.de

Install

  1. Install via command line
    composer require --dev figuren-theater/code-quality@*
  2. Create a phpstan.neon file in the root of the repository
  3. Create a .phpcs.xml file in the root of the repository

Usage

composer normalize
vendor/bin/phpstan analyse -nvv
vendor/bin/phpcs . -v

Built with & uses

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

Versioning

We use Semantic Versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the GPL-3.0-or-later, see the LICENSE file for details

Acknowledgments