- Updated Atom dependencies.
- Fix
skipPuppetUrlWithoutModules
config option. - Bump minimum supported
puppet-lint
version to 2.0.0. - Future-proof
puppet-lint
output parsing. - Change display of
puppet-lint
errors to Atom error notification. - Fix false warning thrown for
classname not in autoload module layout
.
- Respect project's
.puppet-lint.rc
configuration. - Removed functionless config option.
- Uses Linter v2 API.
- Updated dependencies.
- Added skip option for ArrowOnRightOperandLine.
- Fix a bug in how the functions were being declared
- Update dependencies
- Fix a bug if invalid options were manually set in the Atom config file
- Added severity attribute
- Optimized package loading and linting execution times
- Added
error-level
option - Now capturing the errors puppet-lint throws to stdout
- Updated dependencies
- Made row and column of warnings and errors more precise
- Code efficiency improvements, cleanup, and generally faster now
- Updated dependencies
- Added skip for 140 char check for PuppetLint > 1.1.0 and automatic fix (
-f
arg) option
- Fix oldVersion flag being incorrectly set (#51)
- Update dependencies
- Install dependencies on activation
- Added support to set the right column number
- The plugin now uses a custom log format. This makes the plugin incompatible with old versions of puppet-lint
- Rewritten in javascript
- Linter ^3.0.0 compatible
- Enable/Disable individual check in settings
- Changed to lint on save