10up / wpcs-action

GitHub Action to help you lint your PHP without additional dependencies within your codebase
MIT License
55 stars 13 forks source link

Upgrade WordPress Coding Standards to 3.0.0 #35

Open iamdharmesh opened 1 year ago

iamdharmesh commented 1 year ago

Is your enhancement related to a problem? Please describe.

WordPress Coding Standards 3.0.0 has been released recently. Action currently uses version 2.3.0. As 3.0.0 is a major release, the expectation here is to make sure everything works fine with WPCS 3.0.0 before we upgrade to it.

Designs

No response

Describe alternatives you've considered

No response

Code of Conduct

dkotter commented 1 year ago

As mentioned here, as part of this work, we'll want to investigate switching from using git to install the standard and use composer instead.

jeffpaul commented 1 year ago

Note that VIPCS also updated to 3.0.0 as well