KoffeinFlummi / armake2

Successor to armake written in Rust
GNU General Public License v2.0
49 stars 17 forks source link

Muted warnings API #18

Open jonpas opened 5 years ago

jonpas commented 5 years ago

It would be nice to have https://github.com/KoffeinFlummi/armake2/blob/86e75198063c656df3f8d77d9cfdc4c449bab4c6/src/main.rs#L204 as API, so tools like HEMTT don't have to manually set it to show warnings at all.

Additionally it would be nice if API would support adding muted warnings, again so tools using armake2 don't have to set it manually.