|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.3.5](https://github.com/rodjek/puppet-lint/tree/2.3.5) (2018-03-27) |
| 4 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.4...2.3.5) |
| 5 | + |
| 6 | +**Fixed bugs:** |
| 7 | + |
| 8 | +- v2.3.4 breakage - 'wrong number of arguments' when using Rake task [\#812](https://github.com/rodjek/puppet-lint/issues/812) |
| 9 | + |
| 10 | +**Merged pull requests:** |
| 11 | + |
| 12 | +- Make PuppetLint::OptParser.build argument optional [\#813](https://github.com/rodjek/puppet-lint/pull/813) ([rodjek](https://github.com/rodjek)) |
| 13 | + |
| 14 | +## [2.3.4](https://github.com/rodjek/puppet-lint/tree/2.3.4) (2018-03-26) |
| 15 | +[Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.3...2.3.4) |
| 16 | + |
| 17 | +**Implemented enhancements:** |
| 18 | + |
| 19 | +- Allow ignoring default configurations files on the command line [\#787](https://github.com/rodjek/puppet-lint/issues/787) |
| 20 | +- Implement --list-checks feature, to list the names of all available checks from the cli. [\#804](https://github.com/rodjek/puppet-lint/pull/804) ([xraystyle](https://github.com/xraystyle)) |
| 21 | +- Option to disable loading default configurations files [\#789](https://github.com/rodjek/puppet-lint/pull/789) ([dioni21](https://github.com/dioni21)) |
| 22 | +- Allow passing ignore\_paths from cli [\#783](https://github.com/rodjek/puppet-lint/pull/783) ([keymone](https://github.com/keymone)) |
| 23 | + |
| 24 | +**Fixed bugs:** |
| 25 | + |
| 26 | +- Bad value for range [\#801](https://github.com/rodjek/puppet-lint/issues/801) |
| 27 | +- puppet-lint doesn't handle CRLFs very well [\#778](https://github.com/rodjek/puppet-lint/issues/778) |
| 28 | +- Configuration's ignore\_paths is not respected [\#774](https://github.com/rodjek/puppet-lint/issues/774) |
| 29 | +- Error when including class and missing a colon [\#507](https://github.com/rodjek/puppet-lint/issues/507) |
| 30 | + |
| 31 | +**Merged pull requests:** |
| 32 | + |
| 33 | +- Handle single colon in resource name syntax error [\#809](https://github.com/rodjek/puppet-lint/pull/809) ([rodjek](https://github.com/rodjek)) |
| 34 | +- \(\#778\) Don't include line ending in single line comment token values [\#782](https://github.com/rodjek/puppet-lint/pull/782) ([rodjek](https://github.com/rodjek)) |
| 35 | +- Fix setting ignore\_paths in Rake task [\#777](https://github.com/rodjek/puppet-lint/pull/777) ([alzabo](https://github.com/alzabo)) |
| 36 | +- Add support for passing backslash separated paths to puppet-lint [\#769](https://github.com/rodjek/puppet-lint/pull/769) ([rodjek](https://github.com/rodjek)) |
| 37 | + |
3 | 38 | ## [2.3.3](https://github.com/rodjek/puppet-lint/tree/2.3.3) (2017-09-28) |
4 | 39 | [Full Changelog](https://github.com/rodjek/puppet-lint/compare/2.3.2...2.3.3) |
5 | 40 |
|
|
0 commit comments