You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now that we have a couple of official feature packages, we should start thinking about long-term maintenance for theme authors. If theme authors are using our packages, we want to make sure they're using the most up-to-date versions.
Having a sniff that detects this would be great. I'm not sure what all this would entail at this point, but I did want to bring it up for discussion.
It's not a high priority right now, but if we continue making other packages, I could see the need for this.
Hmm not 100% sure how to do that using PHPCS tho. It sniffs PHP files (JS and CSS if you tell it to), and besides the @since tags in the PHP files there is no dedicated way to check for that.
Theme Sniffer, on the other hand, can do that by just parsing the composer.json file or other files 🙂
Now that we have a couple of official feature packages, we should start thinking about long-term maintenance for theme authors. If theme authors are using our packages, we want to make sure they're using the most up-to-date versions.
Having a sniff that detects this would be great. I'm not sure what all this would entail at this point, but I did want to bring it up for discussion.
It's not a high priority right now, but if we continue making other packages, I could see the need for this.
Current repos:
The text was updated successfully, but these errors were encountered: