Created Lint plugin (markdown)

Dan Cryer 2013-10-17 03:02:18 -07:00
commit 8c97d64f44

7
Lint-plugin.md Normal file

@ -0,0 +1,7 @@
This plugin runs PHP's built in Lint (syntax / error check) functionality.
### Configuration Options:
* **directory** - Optional - A single path in which you wish to lint files.
* **directories** - Optional - An array of paths in which you wish to lint files.
* **recursive** - Optional - Whether or not you want to recursively check sub-directories of the above (defaults to true.)