diff --git a/data/software-tools/pylint.json b/data/software-tools/pylint.json index 677e0037..5af38823 100644 --- a/data/software-tools/pylint.json +++ b/data/software-tools/pylint.json @@ -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",