rspec/rules/S3498/rust/metadata.json
github-actions[bot] 2713aeaed6
Create rule S3498: Field init shorthand should be used (#4727)
* Add rust to rule S3498

* Update RSPEC

---------

Co-authored-by: yassin-kammoun-sonarsource <yassin-kammoun-sonarsource@users.noreply.github.com>
Co-authored-by: yassin-kammoun-sonarsource <yassin.kammoun@sonarsource.com>
2025-03-19 14:46:55 +00:00

10 lines
134 B
JSON

{
"title": "Field init shorthand should be used",
"tags": [
"clippy"
],
"defaultQualityProfiles": [
"Sonar way"
]
}