Open ottok opened 5 years ago
I am not sure I understand what this issue actually aims at: PHPCS analyzed multiple different open source repositories for code style, and reported the results. How is this applicable to Seravo Plugin? By analyzing the code quality in this repository or the quality of the code on a client's website? Or analyzing other open source repositories?
I mean having this report for our Seravo Plugin would be cool:
Yes, I understood that, but the questions that arise to me are:
or
Do we create our own custom page like the one above into GitHub pages and use the code at https://github.com/squizlabs/PHP_CodeSniffer/tree/gh-pages/analysis to create the results?
We could try this or use Github Actions or Travis-CI to generate the report automatically.
PHPCS has in their README.md:
Link goes to https://squizlabs.github.io/PHP_CodeSniffer/analysis/squizlabs/PHP_CodeSniffer/
This seems like a nice and free addition for open source project quality analysis. Please check if it would be good for our Seravo Plugin.