Set ignoreResponseCode to true in yapf.coffee

This commit is contained in:
Patrick O'Melveny 2015-11-19 00:00:29 -08:00
parent 9d2fbf6902
commit ea83bd88f2
1 changed files with 5 additions and 2 deletions

View File

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