Ken Newman
Ken Newman
A quick snippet for `tasks.json` which works, but could use someone smarter than me to work out the `problemMatcher` ``` { "version": "2.0.0", "tasks": [ { "group": "build", "label": "Beautify/Fix...
The extension by @soderlind works well! It's a working example of having the command fix the current file, and registering a formatter to hook into vscode's formatOnSave and right-click "format...
@soderlind Yes, I'm pretty busy too, but I can take a stab at this I think! (Probably over the next weekend or two.)
No, it kinda fell off my radar. Sorry about not that
Fixes #242
@dingo-d I merged lastest into patch-1
Is there a way to override this in your own theme's phpcs.xml file? I've tried to include the config value in my ruleset, but it seems to be ignored. I'd...
https://github.com/squizlabs/PHP_CodeSniffer/issues/2197
Seems that, currently, it's not possible to change the minimum php value from a ruleset that includes the theme review ruleset. That's super disappointing.
To anyone who finds these comments here, the solution is to create an extra xml file (`test-version-override.xml`), with the contents ``` ``` and include it after the *WPThemeReview* rule: ```...