Files
starter-workflows/code-scanning/properties/credo.properties.json
T

8 lines
254 B
JSON
Raw Normal View History

2023-02-22 15:39:47 +00:00
{
"name": "Credo Scan",
"creator": "Credo",
"description": "Credo is a static code analysis tool for the Elixir language with a focus on teaching and code consistency.",
2023-06-07 17:28:33 -05:00
"iconName": "code",
2023-02-22 15:39:47 +00:00
"categories": ["Code Scanning", "Elixir"]
2023-06-07 17:28:33 -05:00
}