You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
4.0 | Wiki: change cumulative exit codes table and example paragraph
- Added new column to the cumulative exit codes table to define the codes that were combined, instead of defining them in brackets in the descriptions.
- Removed the now redundant cumulative exit code example.
- Changed the cumulative table header to describe the cumulative behaviour.
|`3`|`1` + `2`| issues found, mix of auto-fixable and non-auto-fixable (phpcs only) |
532
+
|`5`|`1` + `4`| issues found, auto-fixable, but some failed to fix (phpcbf only) |
533
+
|`7`|`1` + `2` + `4`| issues found, mix of auto-fixable and non-auto-fixable, but some failed to fix (phpcbf only) |
537
534
538
535
The exit codes can be influenced by the following configuration flags: [`ignore_errors_on_exit`](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#ignoring-errors-when-generating-the-exit-code), [`ignore_warnings_on_exit`](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#ignoring-warnings-when-generating-the-exit-code) and [`ignore_non_auto_fixable_on_exit`](https://github.com/PHPCSStandards/PHP_CodeSniffer/wiki/Configuration-Options#ignoring-non-auto-fixable-issues-when-generating-the-exit-code).
0 commit comments