forumone / gesso-wp

Gesso WordPress theme
34 stars 17 forks source link

Figure out the best way to incorporate PHP linting #425

Open tropicandid opened 10 months ago

tropicandid commented 10 months ago

The goal here is to prevent the possible issue of php linting errors being introduced that might be flagged by phpcs/phpstan in the wp starter (or just in general). Example implemented in rifaci of a buildkite deploy. Example implemented in wp-cfm of leveraging github actions