Juliette

Results 2039 comments of Juliette

> Documentation isn't enough, IMHO. @mbomb007 Agreed. I'll be opening a proposal ticket for a `--diagnose` option in the foreseeable future. The rough outline of it is described in https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/419#discussion_r1546934609...

@Luc45 Thank you for getting the docs started. I do think it needs to be fleshed out a little more. * It should definitely mention the ability to set `--parallel`...

While it doesn't directly address this issue, PR #447 is a proposal to improve the help screens, including improved information on the help screen about the `--parallel` option. Reviews and...

> Should we document the options that a given sniff supports? If so, how? For example, the `Generic.Arrays.ArrayIndent` supports `indent`, but I'm not sure how to document it by checking...

> @jrfnl, in the next few days, I can create PRs to add documentation to the `Generic` sniffs that are missing docs. > > (please let me know if you...

> I could take the PSR12 ones 👍🏼 Moved to "Claimed" 👍🏻

@przemekhernik 👍🏻 Moved to "Claimed"

> @jrfnl I have a small question about docs. Generally, I'm trying to use reverse engineering to check what specific sniff does to write docs based on the [sniff code](https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/src/Standards/Squiz/Sniffs/WhiteSpace/FunctionClosingBraceSpaceSniff.php)....

@przemekhernik Just looked at the code and the tests for that sniff and it looks like you unfortunately selected a sniff which has a [huge chunk of untested code](https://coveralls.io/builds/65500406/source?filename=src%2FStandards%2FSquiz%2FSniffs%2FWhiteSpace%2FFunctionClosingBraceSpaceSniff.php)..., so...

@jonmcp Thank you. Added them to the "Claimed" list (and removed the PropertyLabel one - you are 100% correct, that one shouldn't have been on the list)