Deprecate S6803 (#3910)

This commit is contained in:
Mary Georgiou 2024-04-24 13:37:29 +02:00 committed by GitHub
parent ae5e8db3d4
commit 0dc667373d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ {
"title": "Parameters with SupplyParameterFromQuery attribute should be used only in routable components", "title": "Parameters with SupplyParameterFromQuery attribute should be used only in routable components",
"type": "CODE_SMELL", "type": "CODE_SMELL",
"status": "ready", "status": "deprecated",
"remediation": { "remediation": {
"func": "Constant\/Issue", "func": "Constant\/Issue",
"constantCost": "5min" "constantCost": "5min"
@ -13,7 +13,7 @@
"ruleSpecification": "RSPEC-6803", "ruleSpecification": "RSPEC-6803",
"sqKey": "S6803", "sqKey": "S6803",
"scope": "All", "scope": "All",
"defaultQualityProfiles": ["Sonar way"], "defaultQualityProfiles": [],
"quickfix": "infeasible", "quickfix": "infeasible",
"code": { "code": {
"impacts": { "impacts": {

View File

@ -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. Component parameters can only receive query parameter values in routable components with an @page directive.
== Why is this an issue? == Why is this an issue?