Change config file option
This commit is contained in:
parent
42cc955930
commit
17cd9ce63f
|
@ -21,7 +21,7 @@ module.exports = class PHPCSFixer extends Beautifier
|
|||
phpCsFixerOptions = [
|
||||
"fix"
|
||||
"--rules=#{options.rules}" if options.rules
|
||||
"--config-file=#{configFile}" if configFile
|
||||
"--config=#{configFile}" if configFile
|
||||
]
|
||||
runOptions = {
|
||||
ignoreReturnCode: true
|
||||
|
|
Loading…
Reference in New Issue