Package: wnpp
Severity: wishlist
Owner: Hans-Christoph Steiner <h...@eds.org>
* Package name : pylint-gitlab
Version : 2.0.1
Upstream Author : Stephan Müller <m...@stephanmueller.eu>
* URL : https://gitlab.com/smueller18/pylint-gitlab
* License : GNU General Public License v3 (GPLv3)
Programming Lang: Python
Package source : https://salsa.debian.org/python-team/packages/pylint-gitlab
Description : pylint formatters for a nice integration with GitLab CI
This project provides pylint formatters for a nice integration with GitLab CI.
Now the formatters can be used by running `pylint` command and setting custom
output formats with parameter `--output-format`.
```sh
pylint --output-format=pylint_gitlab.GitlabCodeClimateReporter . > report.json
pylint --output-format=pylint_gitlab.GitlabPagesHtmlReporter . > pylint.html
```