JustBlackBird / gulp-phpcs

Gulp plugin for running PHP Code Sniffer
MIT License
47 stars 12 forks source link

Implementing autofix #32

Closed webcodecs closed 7 years ago

webcodecs commented 7 years ago

Hey, i would like to use the "auto fix" within this plugin. Is this feature on track or something?

JustBlackBird commented 7 years ago

There is no such feature at the project's roadmap.

Moreover I'm not sure it can be easily implemented because gulp-phpcs works with files from gulp stream (via stdin, stdout, stderr) and not with files on filesystem. That's why there could be some problems with file contents transformation.

JustBlackBird commented 7 years ago

At the moment I don't see any possibility to implement the feature in gulp-phpcs.