gulp-phplint
Version:
PHPLint plugin for Gulp
21 lines (15 loc) • 753 B
Markdown
## Changelog
- 0.3.3:
- Updated readme typos [Issue 16](https://github.com/mikeerickson/gulp-phplint/issues/16)
- 0.3.0:
- Updated distribution dependencies to include `exit-code` module
- Updated distribution dependencies to include `escape-string-regexp` module
- 0.2.0:
- Merged PR [https://github.com/mikeerickson/gulp-phplint/pull/4](https://github.com/mikeerickson/gulp-phplint/pull/4)
- Replaced `jshint` with `eslint`
- Updated all dependencies
- 0.0.3: Fixed some issues with reporting interface
- When using a custom reporter, or the included `fail` reporter, output will now appear correctly
- 0.0.2: Fixes
- fixed issue with defOptions `skipPassedFiles` was defualting to true (should be false)
- 0.0.1: Initial Release