Skip to content

Commit

Permalink
Fix S1077: Correct sqKey for JS/TS (#3457)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdiez authored Nov 23, 2023
1 parent 098f48a commit 541fad5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion rules/S1077/html/metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"title": "Image, area and button with image elements should have an \"alt\" attribute"
"title": "Image, area and button with image elements should have an \"alt\" attribute",
"sqKey": "ImgWithoutAltCheck"
}
2 changes: 1 addition & 1 deletion rules/S1077/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"defaultSeverity": "Minor",
"ruleSpecification": "RSPEC-1077",
"sqKey": "ImgWithoutAltCheck",
"sqKey": "S1077",
"scope": "Main",
"defaultQualityProfiles": [
"Sonar way"
Expand Down

0 comments on commit 541fad5

Please sign in to comment.