Closed MichelleBlanchette closed 1 year ago
I'm not a Python developer, but I think the for-loop just needs to be continued after the --runtime-set
arg key and its value are appended to the set of arguments. The duplicate is likely caused by the args.append(arg)
at the end of the loop.
I understand this package is no longer maintained, so I've switched to using the main SublimeLinter
package set: https://packagecontrol.io/packages/SublimeLinter-phpcs
Hey @MichelleBlanchette
Apologies, you're right, I don't use SublimeText anymore. I hope SublimeLinter meets your requirements :)
Relates to issue https://github.com/benmatselby/sublime-phpcs/issues/155
I'm wanting to use
--runtime-set testVersion 5.6-
but it isn't working. It seems the argument gets duplicated with an empty value, making the original value obsolete.phpcs.sublime-settings
Sublime Console Output
Attempted workarounds that didn't resolve the issue:
phpcs_additional_args
keys"--runtime-set": "\"testVersion 5.6-\""
Environment