Class: PuppetFix
Defined in: | src/beautifiers/puppet-fix.coffee |
Inherits: | Beautifier |
Variables Summary
- name =
-
"puppet-lint"
this is what displays as your Default Beautifier in Language Config
- link =
-
"http://puppet-lint.com/"
- options =
-
{ Puppet: true }
- executables =
-
[ { name: "puppet-lint", cmd: "puppet-lint", homepage: "http://puppet-lint.com/", installation: "http://puppet-lint.com/", version: { parse: function(text) { return text.match(/puppet-lint (\d+\.\d+\.\d+)/)[1]; } }, docker: { image: "unibeautify/puppet-lint" } } ]
Variable inherited from Beautifier
Promise name options executables _exe languages beautify logger
Instance Method Summary
Inherited Method Summary
Methods inherited from
Beautifier
#isPreInstalled #loadExecutables #exe #deprecate #deprecateOptionForExecutable #tempFile #readFile #findFile #getDefaultLineEnding #which #run #setupLogger
Instance Method Details
#
(void)
beautify(text, language, options)