hrzndhrn / recode

A linter with autocorrection and a refactoring tool.
MIT License
283 stars 15 forks source link

Feature request: Add `--no-compile` option #35

Closed antedeguemon closed 1 year ago

antedeguemon commented 1 year ago

When receiving the input from stdin (with mix recode -), compiling the modules in the path is not necessary - as the project will consist in a single file received from stdin.

So, it would be pretty useful to have a --no-compile option. And when receiving from stdin, this option could be enabled by default.

NickNeck commented 1 year ago

Good point. At the moment I have little time but a PR is welcome.