Files
wehub-resource-sync 60e0ffc959
Schema Crash Test / Real-world schema crash test (232K schemas) (push) Waiting to run
Run static analysis / static_analysis (push) Waiting to run
Tests / Tests: Python 3.10 on ubuntu-latest (push) Waiting to run
Tests / Tests: Python 3.13 on ubuntu-latest (push) Waiting to run
Tests / Tests: Python 3.10 on windows-latest (push) Waiting to run
Tests / Tests with lowest-direct dependencies (push) Waiting to run
Tests / Package install smoke (push) Waiting to run
Upgrade checks / Static analysis (push) Waiting to run
Upgrade checks / Tests: Python 3.10 on ubuntu-latest (push) Waiting to run
Upgrade checks / Tests: Python 3.13 on ubuntu-latest (push) Waiting to run
Upgrade checks / Tests: Python 3.10 on windows-latest (push) Waiting to run
Upgrade checks / Integration tests (push) Waiting to run
Upgrade checks / Notify on failure (push) Blocked by required conditions
Upgrade checks / Close issue on success (push) Blocked by required conditions
Update MCPServerConfig Schema / update-config-schema (push) Waiting to run
Update SDK Documentation / update-sdk-docs (push) Waiting to run
Tests / MCP conformance tests (push) Waiting to run
Tests / Integration tests (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 12:39:59 +08:00

68 lines
1.3 KiB
TOML

# loq configuration - file size enforcement
# Run `loq baseline` to update when files exceed limits
default_max_lines = 1000
respect_gitignore = true
exclude = ["**/uv.lock", ".git/**", ".claude/**", "docs/**"]
[[rules]]
path = "tests/**"
max_lines = 1000
[[rules]]
path = "fastmcp_slim/fastmcp/server/context.py"
max_lines = 1404
[[rules]]
path = "fastmcp_slim/fastmcp/server/server.py"
max_lines = 2410
[[rules]]
path = "fastmcp_slim/fastmcp/server/auth/oauth_proxy/proxy.py"
max_lines = 2098
[[rules]]
path = "fastmcp_slim/fastmcp/cli/apps_dev.py"
max_lines = 1814
[[rules]]
path = "fastmcp_slim/fastmcp/cli/cli.py"
max_lines = 1116
[[rules]]
path = "fastmcp_slim/fastmcp/server/dependencies.py"
max_lines = 1686
[[rules]]
path = "fastmcp_slim/fastmcp/server/providers/proxy.py"
max_lines = 1096
[[rules]]
path = "fastmcp_slim/fastmcp/tools/tool_transform.py"
max_lines = 1004
[[rules]]
path = "tests/resources/test_resource_template.py"
max_lines = 1016
[[rules]]
path = "tests/server/providers/openapi/test_openapi_features.py"
max_lines = 1029
[[rules]]
path = "tests/server/tasks/test_task_mount.py"
max_lines = 1088
[[rules]]
path = "tests/server/test_dependencies.py"
max_lines = 1194
[[rules]]
path = "tests/test_mcp_config.py"
max_lines = 1185
[[rules]]
path = "tests/utilities/openapi/test_director.py"
max_lines = 1154