Skip to content

Commit

Permalink
Merge pull request #2 from cnescatlab/back-to-pylint-sonarjson
Browse files Browse the repository at this point in the history
Publish on pylint-sonarjson repo on pip
  • Loading branch information
louisjdmartin authored May 30, 2024
2 parents f025365 + 1412dff commit e0ecd4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

This project is a fork of [pylint-sonarjson](https://github.com/omegacen/pylint-sonarjson), which is not maintained anymore.

With authorization of the original owners, we are now pushing updates on PyPI begining at pylint-sonarjson 2.0.0.

A PyLint plugin that can output to [SonarQube-importable JSON](https://docs.sonarqube.org/latest/analysis/generic-issue/) with configurable issue severity, effort, and type.

This is useful because when importing PyLint's [parsable output](https://pylint.pycqa.org/en/latest/user_guide/output.html#output-options) via [SonarQube mechanism for third-party issues](https://docs.sonarqube.org/latest/analysis/external-issues/) all the severities are set to `MAJOR`. With `pylint-sonarjson-catlab` you can configure the issue severity per PyLint message ID, and import that as generic JSON in SonarQube.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
long_description = fh.read()

setuptools.setup(
name="pylint-sonarjson-catlab",
name="pylint-sonarjson",
version="2.0.0",
author="Teake Nutma, Topin2001",
description="A PyLint plugin that can output to SonarQube-importable JSON",
Expand Down

0 comments on commit e0ecd4e

Please sign in to comment.