woshiccm / Pecker

CodePecker is a tool to detect unused Swift code.
MIT License
1.46k stars 63 forks source link

workspace init method unused dbPath #68

Open andy380743909 opened 2 years ago

andy380743909 commented 2 years ago

https://github.com/woshiccm/Pecker/blob/52f241f94a2ba5893068acae74d7a05490a5197c/Sources/PeckerKit/SourceKitServer/Workspace.swift#L24

andy380743909 commented 2 years ago

should use the let dbPath = buildSettings.indexDatabasePath, right?