Files
starter-workflows/code-scanning/properties/rust-clippy.properties.json
T
Yong Yan cca97c83b8 Add rust-clippy starter workflow (#1462)
* Add rust-clippy starter workflow

* fix parameter `wait-for-processing` indent of action github/codeql-action/upload-sarif@v1

* Use commit sha instead of tag

* addressing pr comments

* Update creator

* Add comments
2022-04-09 13:58:14 +05:30

10 lines
240 B
JSON

{
"name": "rust-clippy",
"creator": "Rust",
"description": "A collection of lints to catch common mistakes and improve your Rust code.",
"iconName": "rust",
"categories": [
"Code Scanning",
"rust"
]
}