Description
I've ran into this many times, where I tried to write
// tidy-ignore-linelength
or other tidy-ignore-*
tidy directives. But this is actually wrong and does nothing, since the actual syntax is
// ignore-tidy-linelength
It might be helpful if tidy warns on seeing // tidy-ignore-linelength
. It's not a big deal, just a minor papercut.