benmatselby / sublime-phpcs

🔍 PHP CodeSniffer, PHP Coding Standard Fixer, Linter, and Mess Detector Support for Sublime Text
Other
812 stars 126 forks source link

Standards with the letters "and" in them have "and" replaced with a ",", and don't work #185

Closed jhaagsma closed 1 year ago

jhaagsma commented 6 years ago

Standards with the letters "and" in them have "and" replaced with a ",", and subsequently don't work

For example, adding NeutronStandard to the list of standards results in "NeutronSt,ard" to show up in the "Switch coding standard" list, and that standard no longer works.

I took a glance through the code and didn't see how this should be possible, but phpcs runs "NeutronStandard" just fine from the command line, so I'm assuming it's got to be in this package somewhere.

benmatselby commented 1 year ago

Hey @jhaagsma

Not sure if you're still using this plugin, but this issue is now resolved both on main and master. I'll do a release later today, but I think we are waiting on https://github.com/wbond/package_control_channel/pull/8833 to be merged before releases will work :)

jhaagsma commented 1 year ago

Nice to see this got fixed eventually! I'm not actively using it, though I do need to fire up that environment for my hobby projects sometime...