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