squizlabs / PHP_CodeSniffer

PHP_CodeSniffer tokenizes PHP files and detects violations of a defined set of coding standards.
BSD 3-Clause "New" or "Revised" License
10.67k stars 1.48k forks source link

Public Analysis reports are out of date #3634

Closed jrfnl closed 11 months ago

jrfnl commented 2 years ago

Looks like the last time the public code style preference analysis reports were updated is Autumn 2018. I, for one, would be interested to see an update to get insight into the current landscape.

https://squizlabs.github.io/PHP_CodeSniffer/analysis/

This looks like something which could possible be automated via GH Actions. Would you be interested in that ? If so, I would need information on how these were generated up to now and I can look into automating it.

jrfnl commented 11 months ago

Closing as (sort of) replaced by PHPCSStandards/PHP_CodeSniffer#2