Forge
3407750f
1root = false
2
3# FORGE010–012: view composition guardrails (FORGE-ADR-0015 §2.0).
4dotnet_diagnostic.FORGE010.severity = error
5dotnet_diagnostic.FORGE011.severity = error
6dotnet_diagnostic.FORGE012.severity = error
7
8# Legacy baseline — remove when ForgeIopViewRenderer → Components/Iop migration completes.
9[**/ForgeIopViewRenderer.cs]
10dotnet_diagnostic.FORGE012.severity = none
11
12[**/Pages/ForgeCodeBrowsePage.cs]
13dotnet_diagnostic.FORGE010.severity = none
14dotnet_diagnostic.FORGE011.severity = none
15
16[**/ForgeViewEndpoints.cs]
17dotnet_diagnostic.FORGE010.severity = none
18dotnet_diagnostic.FORGE011.severity = none
19
20[**/ForgeIssueViewEndpoints.cs]
21dotnet_diagnostic.FORGE010.severity = none
22dotnet_diagnostic.FORGE011.severity = none
23
24[**/ForgeMergeRequestViewEndpoints.cs]
25dotnet_diagnostic.FORGE010.severity = none
26dotnet_diagnostic.FORGE011.severity = none
27
View only · write via MCP/CIDE