Context
Checks receive the file list newline-separated on stdin and many recipes bridge with xargs <tool> — both are fine with spaces, but nothing in the suite proves it end to end, and xargs splits on whitespace by default (a recipes caveat if nothing else).
Task
Good first issue: pure test-writing against existing behavior; patterns in tests/test_staged_content.py.
Context
Checks receive the file list newline-separated on stdin and many recipes bridge with
xargs <tool>— both are fine with spaces, but nothing in the suite proves it end to end, andxargssplits on whitespace by default (a recipes caveat if nothing else).Task
my file (final).pyandmétricas_señal.pywith a violation each →checkreports both, correct paths in output--allxargs-based recipes break on spaces, documentxargs -d '\n'indocumentation/recipes.mdGood first issue: pure test-writing against existing behavior; patterns in
tests/test_staged_content.py.