Merge pull request #671 from pvomelveny/master

Set ignoreResponseCode to true in yapf.coffee
This commit is contained in:
Glavin Wiechert 2015-11-20 22:58:12 -04:00
commit 0f32ca69cf
1 changed files with 5 additions and 2 deletions

View File

@ -17,6 +17,9 @@ module.exports = class Yapf extends Beautifier
@run("yapf", [ @run("yapf", [
["--style=pep8"] ["--style=pep8"]
@tempFile("input", text) @tempFile("input", text)
], help: { ], {
link: "https://github.com/google/yapf" ignoreReturnCode: true,
help: {
link: "https://github.com/google/yapf"
}
}) })