Denis Žoljom
Denis Žoljom
I just noticed that it's not `PrefixAllGlobals` that is triggered, but `ReservedTemplatePrefix` sniff. ``` bash 1 | ERROR | [ ] Template files should not be slug specific. The |...
Oh, I'd leave this open, because this is an issue with the sniff, we just need to be smart around how to attack this problem (given the comment that Juliette...
@jrfnl Could we use `` with this sniff, so that if the file path is in one of the proposed patterns the sniff would be ignored (so that we don't...
Is this something we want to work on? Any info is appreciated 🙂
@selul Any news on this one?
A PR for this is straightforward: Check https://developer.wordpress.org/?s=register_block_&post_type%5B%5D=wp-parser-function for all the `register_block_*` type functions, add them manually but exclude the style one. Thanks for noticing this 👍
@grappler I know it's been 3 years, but is this still relevant? Doing a bit of a spring cleaning so I'd just like to know the status of this 😄
@dmtrmrv I know it's been a long time but are you interested in picking this up?
I personally don't have anything against it. @jrfnl what was the idea behind this sniff?
@WraithKenny can you just rebase this PR so that we see if the checks are passing on GH Actions? Thanks