Commit e46d2a4
committed
feat: expand KNOWN_RUNTIMES allowlist in dependency checker
Add common non-package terms that appear in stack documentation:
- Languages: Swift, Kotlin, Elixir, PHP, .NET/C#
- Databases: DynamoDB, Cassandra, Neo4j, Supabase, Neon
- Cloud: Vercel, Netlify, Railway, AWS services (S3, EC2, Lambda)
- Protocols: REST, GraphQL, gRPC, WebSocket, OAuth, JWT
- CSS/Build: Tailwind, Bootstrap, Webpack, Vite, esbuild
- Infra: Git, GitHub, Nginx, Linux, WASM
Prevents false DEPENDENCY_MISSING warnings for these terms.
Fixes #21 parent 7f90258 commit e46d2a4
1 file changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
| 15 | + | |
14 | 16 | | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
19 | 21 | | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
22 | 36 | | |
23 | 37 | | |
24 | 38 | | |
| |||
0 commit comments