find-unneeded-includes: raise maximum output line length
commit6eed518408a93ad5a9896623d83405c4834b100c
authorGabor Kelemen <kelemen.gabor2@nisz.hu>
Sun, 14 Jul 2019 18:08:18 +0000 (14 20:08 +0200)
committerMichael Stahl <Michael.Stahl@cib.de>
Mon, 15 Jul 2019 10:11:59 +0000 (15 12:11 +0200)
tree70566eae25e65883ddf24dae8b80b3943a3e0571
parentbdffe94e0a467774f0b87a4b74587390b4338100
find-unneeded-includes: raise maximum output line length

This is helpful when checking and rechecking the detailed output.

It happens often that removing an unnecessary header makes it
necessary to add a transitively included header. This is
indicated by an error message referring to a now unknown class name.

Finding that header was hard because the default 80 char output limit
usually truncates the class names.

Change-Id: Iae08bc326625961009038007db4a982859f64c8c
Reviewed-on: https://gerrit.libreoffice.org/75598
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
Tested-by: Michael Stahl <Michael.Stahl@cib.de>
bin/find-unneeded-includes