Fix the template for multi-lang rule metadata (#157)

This commit is contained in:
Arseniy Zaostrovnykh 2021-07-01 10:00:14 +02:00 committed by GitHub
parent 1031cf8130
commit 1f46fa68b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -8,12 +8,12 @@
},
"tags": [
],
"extra": [
"extra": {
"coveredLanguages": []
],
},
"defaultSeverity": "Major",
"ruleSpecification": "RSPEC-${RSPEC_ID}",
"sqKey": "S${RSPEC_ID}",
"scope": "All",
"qualityProfiles": ["Sonar way"]
"defaultQualityProfiles": ["Sonar way"]
}

View File

@ -12,5 +12,5 @@
"ruleSpecification": "RSPEC-${RSPEC_ID}",
"sqKey": "S${RSPEC_ID}",
"scope": "All",
"qualityProfiles": ["Sonar way"]
"defaultQualityProfiles": ["Sonar way"]
}