Seravo / seravo-plugin

Enhances WordPress with Seravo specific features and integrations
https://seravo.com/
GNU General Public License v2.0
38 stars 16 forks source link

Start using a code consistency analysis and promote in README.md #242

Open ottok opened 5 years ago

ottok commented 5 years ago

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.

l3ku commented 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?

ottok commented 5 years ago

I mean having this report for our Seravo Plugin would be cool: image

l3ku commented 5 years ago

Yes, I understood that, but the questions that arise to me are:

or

ottok commented 4 years ago

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.