Skip to content
4 changes: 4 additions & 0 deletions data/software-tools/pylint.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
"@id": "dim:maintainability",
"@type": "@id"
},
"measuresQualityIndicator": {
"@id": "ind:has_no_linting_issues",
"@type": "@id"
},
"howToUse": ["command-line", "CI/CD"],
"appliesToProgrammingLanguage": ["Python"],
"license": "https://opensource.org/licenses/GPL-2.0-only",
Expand Down