-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpre-commit.json
More file actions
46 lines (46 loc) · 1.42 KB
/
pre-commit.json
File metadata and controls
46 lines (46 loc) · 1.42 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/pre-commit",
"@type": "schema:SoftwareApplication",
"name": "pre-commit",
"description": "A framework for managing and maintaining multi-language pre-commit hooks.",
"url": "https://pre-commit.com/",
"isAccessibleForFree": true,
"applicationCategory": [
{ "@id": "rs:AnalysisCode", "@type": "@id" },
{ "@id": "rs:PrototypeTool", "@type": "@id" },
{ "@id": "rs:ResearchInfrastructureSoftware", "@type": "@id" }
],
"hasQualityDimension": [
{ "@id": "dim:sustainability", "@type": "@id" },
{ "@id": "dim:maintainability", "@type": "@id" }
],
"howToUse": ["command-line"],
"license": "https://spdx.org/licenses/MIT.html",
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/no_leaked_credentials",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/repository_workflows",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/version_control_use",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/human_code_review_requirement",
"@type": "@id"
},
{
"@id": "https://w3id.org/everse/i/indicators/uses_tool_for_warnings_and_mistakes",
"@type": "@id"
}
]
}