benmatselby / sublime-phpcs

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

on_save option for each command #36

Closed jeremyFreeAgent closed 12 years ago

jeremyFreeAgent commented 12 years ago

Hi Ben,

Is it possible to choose which commands will be executed on save ?

Example : I don't need phpcs on save, but I do need linter.

benmatselby commented 12 years ago

Hi there

Not as it stands, but I don't see this as being difficult to implement. Will add it to the list.

benmatselby commented 12 years ago

This should be fixed on the master branch. The extra options are now:

jeremyFreeAgent commented 12 years ago

Thanks Ben !