bugfilter-qualitygood first issue
倉庫指標
- 星標
- (48,085 顆星)
- PR 合併指標
- (平均合併 11天 1小時) (30 天內合併 45 個 PR)
描述
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.