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