Add puppet linters (#183)

* Start adding Puppet linters

* Use the correct output stream for puppet parser

* Finish Puppet and puppet-lint linters

* Add Puppet information to documentation
This commit is contained in:
Alexander "Ace" Olofsson
2016-11-25 13:00:07 +01:00
committed by w0rp
parent da37989960
commit e03df80a09
4 changed files with 48 additions and 0 deletions

View File

@@ -81,6 +81,7 @@ The following languages and tools are supported.
* Perl: 'perl' (-c flag), 'perlcritic'
* PHP: 'php' (-l flag), 'phpcs'
* Pug: 'pug-lint'
* Puppet: 'puppet', 'puppet-lint'
* Python: 'flake8', 'pylint'
* Ruby: 'rubocop'
* SASS: 'sasslint'