elm-lang / elm-make

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

Feature request: --warn-ignore flag for ignoring certain files when using --warn #173

Closed TetsuHari closed 6 years ago

TetsuHari commented 6 years ago

I would find this very useful, as my project has quite a few haskell-generated .elm files, and I would like to ignore warnings coming from them.

Usage could be for example

elm-make --warn --warn_ignore [src/ignoreme.elm, src/ignoreme2.elm] src/Main.elm
process-bot commented 6 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.

evancz commented 6 years ago

Tracking in #98. Thanks for the suggestion!