We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af96d81 commit bf9abe2Copy full SHA for bf9abe2
README.md
@@ -49,7 +49,7 @@ The following configuration options are available:
49
+ `php_version` The version of PHP to use e.g. `7.4` (default: latest)
50
+ `php_extensions` Space-separated list of extensions using [php-build][php-build] e.g. `xdebug mbstring` (default: N/A)
51
+ `command` The command to run e.g. `list` or `worker` (default: analyse)
52
-+ `path` Path(s) with source code to run analysis on (required)
++ `path` Path(s) with source code to run analysis on, space-separated (required)
53
+ `configuration` Configuration file location
54
+ `level` Level of rule options - the higher, the stricter
55
+ `paths_file` Path to a file with a list of paths to run analysis on
0 commit comments