Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/Configuration-Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ $ phpcs --config-set ignore_warnings_on_exit 1

By default, PHP_CodeSniffer will exit with a non-zero code if any errors or warnings are found.

If you want to display warnings to the user, but still return with a zero exit code if no errors are found, you can set the `ignore_warnings_on_exit` configuration option.
If you want to display warnings to the user, but still return with a zero exit code if no errors are found, you can set the `ignore_warnings_on_exit` configuration option.
_This option is typically used by automated build tools so that a list of warnings can be generated without failing the build._

```bash
Expand Down