wpa11yday / conference

Conference plugin; custom functionality for WP Accessibility Day
GNU General Public License v3.0
2 stars 0 forks source link

PHPCBF on all files #17

Closed NicktheGeek closed 1 year ago

NicktheGeek commented 1 year ago

Description

Exclude the CMB2 folders from PHPCS linting. These are 3rd party and shouldn't be modified except to update from the source.

Also runs PHPCBF to automatically fix fixable errors in all in scope files.

How Has This Been Tested?

Code Standards Only

Screenshots (jpeg or gifs if applicable):

Types of changes

Code Standards Only

Checklist:

joedolson commented 1 year ago

Well, that's going to help us get moved towards passing PHP linting. Thanks!