You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(lint): handle Biome 'no files processed' as success
When Biome receives files that are excluded by its configuration
(e.g., package.json, CHANGELOG.md), it exits with an error stating
"No files were processed in the specified paths". This is not a real
error - it just means Biome had nothing to do.
This change detects this specific error message and treats it as
success, allowing the linter to continue to the next linter (eslint)
instead of failing the entire lint run.
Fixes spurious lint failures in git hooks when staging files that
Biome doesn't process.
0 commit comments