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.
What it means
Section titled “What it means”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.
What closes it
Section titled “What closes it”roadkeep section amend … --body -— the clause names a directory wherePath.globwants a pattern, so it reads no file at all;<that path>/**/*is the shape, and which files it should reach is yours