Resolve SONARHTML-231 - Deprecate S1085:html (#3874)

* Resolve SONARHTML-231

* Remove the rule from SonarWay profile
This commit is contained in:
Eric Morand 2024-04-15 16:57:10 +02:00 committed by GitHub
parent cffa338ea2
commit 32d21525d3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"title": "\"<table>\" tags should have a description",
"type": "BUG",
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
@ -22,8 +22,6 @@
"ruleSpecification": "RSPEC-1085",
"sqKey": "TableWithoutCaptionCheck",
"scope": "Main",
"defaultQualityProfiles": [
"Sonar way"
],
"defaultQualityProfiles": [],
"quickfix": "unknown"
}