Variable: flymake-suppress-zero-counters

flymake-suppress-zero-counters is a customizable variable defined in flymake.el.gz.

Value

:warning

Documentation

Control appearance of zero-valued diagnostic counters in mode line.

If set to t, suppress all zero counters. If set to a severity symbol like :warning (the default) suppress zero counters less severe than that severity, according to warning-numeric-level. If set to nil, don't suppress any zero counters.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-suppress-zero-counters :warning
  "Control appearance of zero-valued diagnostic counters in mode line.

If set to t, suppress all zero counters.  If set to a severity
symbol like `:warning' (the default) suppress zero counters less
severe than that severity, according to `warning-numeric-level'.
If set to nil, don't suppress any zero counters."
  :type 'symbol)