added allow-risky

This commit is contained in:
Jonid Bendo 2017-04-20 17:35:38 +02:00 committed by GitHub
parent f82cbc3f9e
commit 93ac2a03ee
1 changed files with 1 additions and 0 deletions

View File

@ -24,6 +24,7 @@ module.exports = class PHPCSFixer extends Beautifier
"fix"
"--rules=#{options.rules}" if options.rules
"--config=#{configFile}" if configFile
"--allow-risky=#{options.allowRisky}" if options.allowRisky
"--using-cache=no"
]
if version is 1