Opened 10 years ago

Closed 10 years ago

#21849 closed Cleanup/optimization (fixed)

Check framework includes silenced warnings in output stats

Reported by: Tim Graham Owned by: nobody
Component: Core (Management commands) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

"System check identified X errors." includes any silenced warnings which I don't think is desired.

Patched attached, tests to come.

Attachments (1)

21849.diff (2.0 KB ) - added by Tim Graham 10 years ago.

Download all attachments as: .zip

Change History (5)

by Tim Graham, 10 years ago

Attachment: 21849.diff added

comment:1 by Russell Keith-Magee, 10 years ago

Triage Stage: UnreviewedAccepted

Agreed. This was on my list of things to clean up (on the "auditing output messages" task). I was thinking it might be desirable to include a count of silenced messages, too, just so you can track how much you were ignoring.

comment:2 by Russell Keith-Magee, 10 years ago

Type: BugCleanup/optimization

comment:3 by Tim Graham, 10 years ago

Has patch: set

comment:4 by Tim Graham <timograham@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 2b6914049a882e2f1b398baf54940e815b85a90a:

Fixed #21849 -- Included the count of silenced system checks in output.

Note: See TracTickets for help on using tickets.
Back to Top