diff --git a/rules/S6803/csharp/metadata.json b/rules/S6803/csharp/metadata.json index 6d370a468ff..1b44dd96fae 100644 --- a/rules/S6803/csharp/metadata.json +++ b/rules/S6803/csharp/metadata.json @@ -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 8092720efbb..fe011915d58 100644 --- a/rules/S6803/csharp/rule.adoc +++ b/rules/S6803/csharp/rule.adoc @@ -1,4 +1,5 @@ -

This rule is deprecated, and will eventually be removed.

+*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?