-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Expand file tree
/
Copy path.codefactor.yml
More file actions
21 lines (21 loc) · 1.1 KB
/
.codefactor.yml
File metadata and controls
21 lines (21 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# CodeFactor configuration
# https://docs.codefactor.io/configuration/customization/
exclude:
# Long-lived runtime and integration surfaces are covered by focused tests.
- "packages/agent/src/api/server.ts"
- "plugins/plugin-workflow/**"
- "packages/agent/src/api/health-routes.ts"
- "packages/agent/src/runtime/eliza.ts"
- "packages/agent/src/runtime/aosp-llama-adapter.ts"
- "packages/app-core/platforms/electrobun/src/agent-status-rpc.ts"
- "packages/app-core/platforms/electrobun/src/config-and-auth-rpc.ts"
- "packages/app-core/platforms/electrobun/src/dashboard-rpc.ts"
- "packages/app-core/platforms/electrobun/src/subscription-rpc.ts"
- "packages/app-core/scripts/run-mobile-build.mjs"
- "packages/app-core/src/services/local-inference/__stress__/cache-stress-helpers.ts"
- "packages/app-core/src/services/local-inference/dflash-cache-flow.test.ts"
- "packages/app-core/src/state/startup-phase-restore.ts"
- "packages/scripts/capability-router-fixture-server.ts"
- "packages/ui/src/api/client-agent.ts"
- "packages/ui/src/api/client-chat.ts"
- "packages/ui/src/navigation/index.ts"