{"categories":[{"label":"Python Modules","url":"https://skillfed.io/packages/category/software-development-libraries-python-modules/11"},{"label":"Testing","url":"https://skillfed.io/packages/category/software-development-testing/3"},{"label":"Quality Assurance","url":"https://skillfed.io/packages/category/software-development-quality-assurance/2"}],"enrichment":{"capability":"A Pylint plugin that formats linting output as GitHub Actions annotations, making violations appear directly in pull request reviews and workflow logs.","skillfed_tags":["github-actions","ci-cd","linting"],"use_cases":["Display Pylint violations as inline comments on GitHub pull requests during code review.","Integrate static analysis into GitHub Actions workflows with native annotation support.","Automatically surface code quality issues in CI/CD logs without post-processing linter output.","Enforce code standards in team workflows by making Pylint violations visible at review time."],"what_it_does":"pylint-actions is a Pylint plugin that bridges static code analysis and GitHub Actions CI/CD workflows. Instead of Pylint's default text output, it formats violations as GitHub Actions annotations\u2014a structured format that GitHub's web interface understands natively. When run in a workflow, these annotations appear as inline comments on pull request changes and as grouped warnings in the Actions log, making code quality issues immediately visible to reviewers without requiring them to parse raw linter output.\n\nThe plugin is configured via Pylint's standard configuration mechanisms (pyproject.toml, .pylintrc, etc.) and activated by passing the `--output-format=actions` flag. It has a single runtime dependency on Pylint itself and supports current Python versions (3.10+). The project is actively maintained and carries no known security vulnerabilities.","worth_installing":"Yes, if you run Pylint in GitHub Actions workflows. It requires minimal setup, has low install friction, carries no security vulnerabilities, and directly solves the problem of making Pylint output actionable in GitHub's UI. The MIT license imposes no restrictions. Not relevant outside GitHub Actions environments."},"id":"pylint-actions","links":{"html":"https://skillfed.io/packages/pylint-actions","md":"https://skillfed.io/packages/pylint-actions.md","pypi":"https://pypi.org/project/pylint-actions/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-08-03","license_spdx":"MIT","license_treatment":"permissive","name":"pylint-actions","python_support":"supports_current","summary":"Pylint plugin for GitHub Actions"},"popularity":{"monthly_downloads":456926,"position":6553,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"0.7.0"}
