On 2018.11.09 16:10, Stefan Beller wrote: > From: SZEDER Gábor <[email protected]> > > Teach `make coccicheck` to avoid patches named "*.pending.cocci" and > handle them separately in a new `make coccicheck-pending` instead. > This means that we can separate "critical" patches from "FYI" patches. > The former target can continue causing Travis to fail its static > analysis job, while the latter can let us keep an eye on ongoing > (pending) transitions without them causing too much fallout. > > Document the intended use-cases around these two targets. > As the process around the pending patches is not yet fully explored, > leave that out. > > Based-on-work-by: SZEDER Gábor <[email protected]> > Signed-off-by: Stefan Beller <[email protected]> > Signed-off-by: Junio C Hamano <[email protected]> > --- > > I dialed back on the workflow, as we may want to explore it first > before writing it down. > > Stefan
Looks good to me. Reviewed-by: Josh Steadmon <[email protected]>

