On Mon, 9 Nov 2020 at 09:01, Markus Armbruster <arm...@redhat.com> wrote: > CODING_STYLE.rst: "Lines should be 80 characters; try not to make them > longer." I'd like to keep the tooling we have to help us with trying > not to make them longer. > > If we have lost the ability to differentiate between "warning" and > "error", call it something else.
Personally I just want checkpatch with its default arguments not to complain about code that we'd be happy to accept in the tree. It's unnecessary noise when I write and check the code locally, when patchew runs on the patch on the list and then when it goes into a pullreq. Do we need a new "be really strict" option? thanks -- PMM