* Treat warnings as errors, default to off
* Set a minimum level to fail with an error, default to `ERROR`
I'm OK with either approach if Django maintainers have a preference.
This would be similar in spirit to gcc's `-Werror` option.
--
Ticket URL: <https://code.djangoproject.com/ticket/25500>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* has_patch: 0 => 1
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/25500#comment:1>
* stage: Unreviewed => Accepted
--
Ticket URL: <https://code.djangoproject.com/ticket/25500#comment:2>
* status: new => closed
* resolution: => fixed
Comment:
In [changeset:"287532588941d2941e19c4cd069bcbd8af889203" 28753258]:
{{{
#!CommitTicketReference repository=""
revision="287532588941d2941e19c4cd069bcbd8af889203"
Fixed #25500 -- Added --fail-level option to check command.
This option specifies the level that check command exits with a
non-zero status. Default is ``ERROR``.
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/25500#comment:3>