- extend plugin options

This commit is contained in:
Valeriy Tropin 2017-03-24 22:00:14 +02:00 committed by Dmitry Khomutov
parent 97b2e34ef2
commit 980a1e1614
No known key found for this signature in database
GPG key ID: 7EB36C9576F9ECB9

View file

@ -16,6 +16,9 @@ Configuration
* **encoding** [string, optional] - The file encoding you wish to check for.
* **path** [string, optional] - Path in which to run PHP Code Sniffer.
* **ignore** [array, optional] - A list of files / paths to ignore, defaults to the build_settings ignore list.
* **severity** [int, optional] - Allows to set the minimum severity level
* **error_severity** [int, optional] - Allows to set the minimum errors severity level
* **warning_severity** [int, optional] - Allows to set the minimum warnings severity level
### Examples