discuss@mandoc.bsd.lv
 help / color / mirror / Atom feed
* making all warnings fatal again?
@ 2017-01-07  2:33 Yuri Pankov
  2017-01-09  2:45 ` Ingo Schwarze
  0 siblings, 1 reply; 3+ messages in thread
From: Yuri Pankov @ 2017-01-07  2:33 UTC (permalink / raw)
  To: discuss

Hi,

Switching from 1.13.3 to 1.13.4 made mandoc -Tlint exit 0 instead of 2 
for *some* of the warnings it reports. Is there a way to make all 
warnings "fatal" again?

For example (not limited to this one, of course):

1.13.3:

$ mandoc -Tlint foo.1; echo $?
mandoc: foo.1:2:5: WARNING: lower case character in document title: Dt foo
2

1.13.4:

$ mandoc -Tlint foo.1; echo $?
mandoc: foo.1:2:5: WARNING: lower case character in document title: Dt foo
0


P.S.: are the list archives available somewhere?
--
 To unsubscribe send an email to discuss+unsubscribe@mdocml.bsd.lv

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-01-09 22:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-07  2:33 making all warnings fatal again? Yuri Pankov
2017-01-09  2:45 ` Ingo Schwarze
2017-01-09 22:10   ` Yuri Pankov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).