forked from dancryer/PHPCI
-
Notifications
You must be signed in to change notification settings - Fork 0
Lint plugin
Mike Bronner edited this page Sep 30, 2015
·
2 revisions
This plugin runs PHP's built in Lint (syntax / error check) functionality.
- directory [string, optional] - A single path in which you wish to lint files.
-
directories [array, optional] - An array of paths in which you wish to lint files. This overrides
directory
. - recursive [bool, optional] - Whether or not you want to recursively check sub-directories of the above (defaults to true).
test:
lint:
directory: "single path to lint files"
directories:
- "directory to lint files"
- "directory to lint files"
- "directory to lint files"
recursive: false