We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Usage, Advanced Usage: improve readability and clarity
Remove ablist language and other textual improvements
Update/add table of contents for various pages Generated table of contents using https://bitdowntoc.derlin.ch/ Includes adding additional "back to top" links.
CS/markdownlint: various whitespace fixes
CS/markdownlint: consistent list item indentation
CS/markdownlint: code blocks should always specify language When the code block contains plain text, use `text`.
Usage: update help output for PHPCS 3.13.0
Merge progress reporting sections When I created the new section about progress reporting on the "Reporting" page, I'd overlooked that the "Usage" page already contained a section on progress reporting. This commit now removes the section from the "Reporting" page again and merges some of the information which was contained in that section, into the information about progress reporting on the "Usage" page. Includes various tweaks and updates to the pre-existing information: * Make it explicit how progress reporting can be enabled. * Shorten the example output for progress. * Mention the name of the configuration option to enable progress reporting by default. * Refresh the example output for the verbose example.
Fixing Errors: update the "help" output Oops... forgot to update this when the new help screen was released. Fixed now. Includes updating the "Usage" page with the latest changes which will be included in PHPCS 3.12.0.
Usage: update the "explain" output The PSR1 standard now contains 8 sniffs, not 7.
Usage: use fenced code blocks
Usage: update the help information As per the revamped help screen. See PR PHPCSStandards/PHP_CodeSniffer#447
Update sniff code vs error code + additional info about this in Reporting and Advanced Usage Refs: #319, #328 Co-authored-by: Joachim Noreiko <[email protected]>
Add information about the new Performance report Ref: https://github.com/PHPCSStandards/PHP_CodeSniffer/pull/60
Add missing PSR12 standard to installed standards list ... and remove the PHPCS standard which was removed in PHPCS 3.0.
Fix references to deprecated ignore syntaxes
Add "back to top" links under each section ... on long pages which contain a table of contents.
Use highlighted blocks for important information Ref: https://github.com/orgs/community/discussions/16925
Update URLs to point to the PHPCSStandards repo
Fix case of available filters - see #3877
Updated Usage (markdown)
Added info about listing sniffs inside a standard