bugfilter-qualitygood first issue
Repository metrics
- Stars
- (48,085 stars)
- PR merge metrics
- (Avg merge 11d 1h) (45 merged PRs in 30d)
Description
Ran rtk find . -type f ( -name '.log' -o -name '.env' -o -name '.env.local' -o -name '.DS_Store' -o -name
│ '.tmp.langgraph.docker.json' -o -path '/.tmp/' -o -path '/.playwright-cli/' -o -path '/pycache/' -o -path
│ '/.pytest_cache/*' ) | sed 's#^./##' | sort | head -n 300
└ rtk: rtk find does not support compound predicates or actions (e.g. -not, -exec). Use find directly.