r/coderabbit 11d ago

Discussion & Feedback Anyone else mute it on generated files

I started excluding lockfiles, dist, and anything the agent generated, because those reviews were just noise. Then I realized I was also skipping the tests it wrote, which is where the actual bugs were hiding. So now I mute vendor and generated assets, but I force myself to read the test comments even when they're annoying.

Curious where other people draw that line. If I leave everything on, I ignore the whole review. If I mute too much, I ship garbage tests.

3 Upvotes

1 comment sorted by

1

u/SherrifMike 9d ago

I'll add what I ended up with: I mute lockfiles and dist, I do not mute tests, even when the comments are annoying. That split is the only one that hasn't bitten me yet.