| Item | Description |
|---|---|
| PHP Code Sniffer (phpcs) Path |
In this text box, specify the location of the Code Sniffer utility phpcs.
Type the path manually or click the Browse button and select the path in the dialog box, that opens.
To check that the specified path to phpcs.bat ensures interaction between IntelliJ IDEA and Code Sniffer, that is, the tool can be launched from IntelliJ IDEA and IntelliJ IDEA will receive problem reports from it, click the Validate button. This validation is equal to running the phpcs --version command. If validation passes successfully, IntelliJ IDEA displays the information on the detected Code Sniffer version. |
| Maximum number of messages per file | In this text box, set the upper limit for the total number of messages to be reported for a file. All the messages above this limit will be rejected. IntelliJ IDEA will display the following warning right in the code: Too many PHP Code Sniffer messages and suggest adding the file to the Ignored files list. |
| Tool process timeout | In this text box, specify how long you want IntelliJ IDEA to wait for a result from PHP Code Sniffer, whereupon the process is killed to prevent excessive CPU and memory usage. This gives you the capability to fine tune the PHP Code Sniffer process behavior depending on the configuration of your computer and the rule sets used. |
| Ignored files |
This area displays a list of files that Code Sniffer skips. IntelliJ IDEA suggests adding a new file to the list during inspection to prevent slowing down processing.
This happens in the following cases:
For each file, IntelliJ IDEA displays its name and location.
|

tool in IntelliJ IDEA
and configure Code Sniffer's behaviour.
and select the path in the dialog box, that opens.
.
.