-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpylint.json
More file actions
36 lines (36 loc) · 1.04 KB
/
pylint.json
File metadata and controls
36 lines (36 loc) · 1.04 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
{
"@context": "https://w3id.org/everse/rs#",
"@id": "https://w3id.org/everse/tools/pylint",
"@type": "schema:SoftwareApplication",
"name": "Pylint",
"description": "Comprehensive Python static analysis tool that identifies programming errors, enforces coding standards, and suggests improvements, enhancing research software maintainability and code quality.",
"url": "https://pylint.pycqa.org/",
"isAccessibleForFree": true,
"hasQualityDimension": {
"@id": "dim:maintainability",
"@type": "@id"
},
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://spdx.org/licenses/GPL-2.0-only",
"applicationCategory": [
{
"@id": "rs:AnalysisCode",
"@type": "@id"
},
{
"@id": "rs:ResearchInfrastructureSoftware",
"@type": "@id"
},
{
"@id": "rs:PrototypeTool",
"@type": "@id"
}
],
"measuresQualityIndicator": [
{
"@id": "https://w3id.org/everse/i/indicators/has_no_linting_issues",
"@type": "@id"
}
]
}