coffee-linter installed no more guess work
This commit is contained in:
parent
0b2d519a69
commit
ba8584af34
|
@ -24,9 +24,9 @@ module.exports = class PuppetFix extends Beautifier
|
|||
'--fix'
|
||||
tempFile = @tempFile("input", text)
|
||||
], {
|
||||
ignoreReturnCode: true
|
||||
help: {
|
||||
link: "http://puppet-lint.com/"
|
||||
ignoreReturnCode: true
|
||||
help: {
|
||||
link: "http://puppet-lint.com/"
|
||||
}
|
||||
})
|
||||
.then(=>
|
||||
|
|
Loading…
Reference in New Issue