Variable: flymake-mode-line-format
flymake-mode-line-format is a customizable variable defined in
flymake.el.gz.
Value
(" " flymake-mode-line-title flymake-mode-line-exception flymake-mode-line-counters)
Documentation
Mode line construct for customizing Flymake information.
Probably introduced at or before Emacs version 28.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/flymake.el.gz
(defcustom flymake-mode-line-format
'(" " flymake-mode-line-title flymake-mode-line-exception
flymake-mode-line-counters)
"Mode line construct for customizing Flymake information."
:type '(repeat (choice string symbol)))