Suppress unused suppression errors after a library parse error.
Open
- Dominant language
- Rust
- Stars
- 22.3k
- Forks
- 1.9k
- PR merge metrics
- No merged PRs in 30d
Description
Today I screwed up a libdef such that it had a parse error. Flow reported that fine, but it also reported every suppression in my codebase as an unused suppression error. A fatal error early on in flow's process should suppress the `Error suppressing comment. Unused suppression` errors, as they're just noise.
Contributor guide
Assessment
This issue has not been assessed yet.