Created Lint plugin (markdown)
parent
ed375a0b95
commit
8c97d64f44
1 changed files with 7 additions and 0 deletions
7
Lint-plugin.md
Normal file
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.)
|
||||
Loading…
Add table
Add a link
Reference in a new issue