BrettMayson / HEMTT

Build System for Arma 3
http://hemtt.dev/
GNU General Public License v2.0
113 stars 40 forks source link

Disable warnings through configuration file #197

Closed jonpas closed 1 year ago

jonpas commented 5 years ago

HEMTT Version: 0.7.0-0.940758 Project: https://github.com/Theseus-Aegis/Mods (updated hemtt.toml for restructure)

Description: HEMTT should allow disabling certain warnings through hemtt.toml configuration file. Such as armake2 unquoted-string or redefinition-wo-undef.

As previously discussed on Slack.

Steps to reproduce: None

Additional information: None

HEMTT Output: None

BrettMayson commented 5 years ago

Since HEMTT is using the restructured armake2 we are now just receiving the raw error information. We will need to categorize the errors, both HEMTT errors and armake2 errors.

BrettMayson commented 1 year ago

As of right now, there aren't any warnings, just errors.

Closed with the release of 1.0.0. If you feel this still needs attention for 1.0.0, please re-open.