clarinet
clarinet copied to clipboard
Add flag to disable warnings
It can be useful to have a way to leave warnings (from the check-checker) enabled in the config file, but temporarily disable them with a command line flag to make it easier to find an error amongst many warnings. -w
is a common flag for this purpose in compilers.
@smcclellan: This is probably a nice-to-have. Not too pressing.