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",
|
"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": {
|
||||||
|
@ -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?
|
||||||
|
Loading…
x
Reference in New Issue
Block a user