diff --git a/rules/S6803/csharp/metadata.json b/rules/S6803/csharp/metadata.json index 30ebd378816..1b44dd96fae 100644 --- a/rules/S6803/csharp/metadata.json +++ b/rules/S6803/csharp/metadata.json @@ -1,7 +1,7 @@ { "title": "Parameters with SupplyParameterFromQuery attribute should be used only in routable components", "type": "CODE_SMELL", - "status": "ready", + "status": "deprecated", "remediation": { "func": "Constant\/Issue", "constantCost": "5min" @@ -13,7 +13,7 @@ "ruleSpecification": "RSPEC-6803", "sqKey": "S6803", "scope": "All", - "defaultQualityProfiles": ["Sonar way"], + "defaultQualityProfiles": [], "quickfix": "infeasible", "code": { "impacts": { diff --git a/rules/S6803/csharp/rule.adoc b/rules/S6803/csharp/rule.adoc index dec5998d5f7..fe011915d58 100644 --- a/rules/S6803/csharp/rule.adoc +++ b/rules/S6803/csharp/rule.adoc @@ -1,3 +1,5 @@ +*This rule is deprecated, and will eventually be removed.* + Component parameters can only receive query parameter values in routable components with an @page directive. == Why is this an issue?