Deprecate S6803 (#3910)
This commit is contained in:
parent
ae5e8db3d4
commit
0dc667373d
@ -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": {
|
||||
|
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user