Juliette
Juliette
The `Utils::is_token_false_positive()` method required sniffs to pass two tokens. The second token is calculated, not retrieved via token walking and may therefore be incorrect. The method basically expects code to...
I'd like to re-open the discussion around whether the paths registered with PHPCS should be absolute or relative paths. Some previous issues related to this: #14, #33, #73 ### Current...
This ticket is meant as the next iteration, following up on #91 In this iteration, the following additional variants should be explored: - [x] Having some builds with a global...
At this moment, the plugin very deliberately only registers packages with the `phpcodesniffer-standard` type set in their `composer.json` file with PHP_CodeSniffer (providing a `ruleset.xml` file can be found in the...
Follow up on #113 and #146, which contain mentions/discussions about this as well. Now the repository has moved to the PHPCSStandards organisation and been renamed to `composer-installer`, the question arises...
In a way a "bit late to the party", but should the default branch be renamed away from `master` ? And if so, what would be the preferred new name...
## Problem/Motivation The plugin updates the `installed_paths` when the installed dependencies have changed or the search depth has changed. However, when the `phpcodesniffer-search-depth` is _removed_ and the `Dealerdirect\Composer\Plugin\Installers\PHPCodeSniffer\Plugin::run()` method is...
## Bug Description Generally speaking, functions hooked into filters should never throw exceptions or call `exit()` or `die()` and should always return a value. However, there are (valid) edge cases...
Review the `WordPressVIPMinimum.Security.PHPFilterFunctions` sniff for the following in as far as relevant to that sniff: - [ ] Code style independent sniffing / Correct handling of quirky code Typical things...
Follow up action after #628 Conversation about this between @GaryJones and @jrfnl from #628: >>> Register with coveralls.io (or another service) and start recording and checking code coverage for builds....