Denis Žoljom
Denis Žoljom
Would [issue 1043](https://github.com/WordPress-Coding-Standards/WordPress-Coding-Standards/issues/1043) be a better fit for this? I can delete the comment and move it there, or open a new ticket for it
I have a question about this as well. What if our project is using PSR-4 autoloading, and we are in some folder in our project where we define the compilation...
Are 'private classes' meant to be `final`? If that is the case, would there be any harm in just patching the core to actually add the `final` keyword which will...
We had a chat about the standards, and after we release v0.2.0 of the themes standard, we'll move it to a separate repo, so once we release 0.2.0 (hopefully this...
The inspiration for the sniff comes from ESLint: https://eslint.org/docs/latest/rules/no-irregular-whitespace There's also the following list: https://invisible-characters.com/ I have copied some of the characters in a test file and ran it through...
I've reworked the sniff and tests, but still need to work on the fixer and metrics. Also, I expect there will be some remarks on the PR, those are definitely...
@jrfnl I've added some metrics, but I'm unsure if this is correct. When I run the report for metrics, I get correct percentages per file (all adds up to 100%)...
You can just silence the direct database query sniffs in your plugin's ruleset ```xml 0 ``` I recommend you read about [modifying your ruleset](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Annotated-Ruleset), and about [customizing WPCS ruleset](https://github.com/WordPress/WordPress-Coding-Standards/wiki).
@jrfnl @GaryJones Could we add this exclusion to the sniff? I mean, the way I'd approach this would be to just add an exclusion for this one file in my...
> As these forms change, this will impact users in no way. As the addon has its own libs and we are not implementing any breaking changes to the user's...