Skip to content

remaining.unmatched

You wrote src/ where the query wants src/**/*. A directory matches no file at all, so the count is zero and looks exactly like work that is done.

The clause names a directory where Path.glob wants a pattern, so it reads no file at all; <that path>/**/* is the shape, and which files it should reach is yours.

You write the shorter or corrected text. Nothing can derive it for you.

  • roadkeep section amend … --body - — the clause names a directory where Path.glob wants a pattern, so it reads no file at all; <that path>/**/* is the shape, and which files it should reach is yours