Files
starter-workflows/code-scanning/properties/rust-clippy.properties.json
T
Bishal Prasad 94d3aff4c6 Remove creator property from rust-clippy
This is owned by @josepalafox's BD team in GitHub.
2022-04-12 10:27:04 +05:30

10 lines
218 B
JSON

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