elm-lang / elm-make

A build tool for Elm projects
BSD 3-Clause "New" or "Revised" License
175 stars 45 forks source link

Turn on '--warn' flag as a default. #141

Closed simnalamburt closed 7 years ago

simnalamburt commented 7 years ago

Don't save code quality for later! ― by elm-make

I really love this sentence!

The warning of elm-make is very friendly and extremely effective in improving code quality. It is very sad that this option is not turned on by default. If this option is turned on by default, it will greatly enhance the overall code quality of the Elm ecosystem.

How do you think about by removing the --warn option to always have warning turned on, and instead adding an option like--nowarn to turn off the warning only if the programmer wants to?

process-bot commented 7 years ago

Thanks for the issue! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

heejongahn commented 7 years ago

I also agree with @simnalamburt.

evancz commented 7 years ago

Added to #98