added allow-risky
This commit is contained in:
parent
f82cbc3f9e
commit
93ac2a03ee
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue