Skip to content

Commit

Permalink
Resolve SONARHTML-234 (#319)
Browse files Browse the repository at this point in the history
Note that this rule is not include in the Sonar way profile so there was no need to demote it.
  • Loading branch information
ericmorand-sonarsource committed Apr 16, 2024
1 parent 030c0cb commit befda11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<p>This rule is deprecated, and will eventually be removed.</p>
<h2>Why is this an issue?</h2>
<p>Heading tags are used by search engines and screen reader softwares to construct an outline of the page.</p>
<p>Starting at <code>&lt;h1&gt;</code> and not skipping any level eases this automatic construction.</p>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Heading tags should be used consecutively from \"H1\" to \"H6\"",
"type": "CODE_SMELL",
"status": "ready",
"status": "deprecated",
"remediation": {
"func": "Constant\/Issue",
"constantCost": "5min"
Expand Down

0 comments on commit befda11

Please sign in to comment.