feat(rq): Support span streaming#6493
Merged
Merged
@sentry/warden / warden
completed
Jun 3, 2026 in 9m 0s
1 issue
Low
`# noqa:N803` comment moved to wrong parameter, leaving `ObjectDescribedBy` unsilenced - `tests/integrations/rq/test_rq.py:449`
The # noqa:N803 (argument name not lowercase) suppressor was moved from ObjectDescribedBy to span_streaming, but span_streaming is already lowercase and doesn't need it — ObjectDescribedBy does. This will cause a lint warning/error on ObjectDescribedBy.
4 skills analyzed
| Skill | Findings | Duration | Cost |
|---|---|---|---|
| security-review | 0 | 4.7s | $0.11 |
| code-review | 1 | 4m 57s | $1.41 |
| find-bugs | 0 | 8m 31s | $1.85 |
| skill-scanner | 0 | 7.9s | $0.08 |
⏱ 13m 40s · 2.6M in / 85.2k out · $3.45
Loading