Skip to content

Commit e0ecd4e

Browse files
Merge pull request #2 from cnescatlab/back-to-pylint-sonarjson
Publish on pylint-sonarjson repo on pip
2 parents f025365 + 1412dff commit e0ecd4e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

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

5+
With authorization of the original owners, we are now pushing updates on PyPI begining at pylint-sonarjson 2.0.0.
6+
57
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.
68

79
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.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setuptools.setup(
7-
name="pylint-sonarjson-catlab",
7+
name="pylint-sonarjson",
88
version="2.0.0",
99
author="Teake Nutma, Topin2001",
1010
description="A PyLint plugin that can output to SonarQube-importable JSON",

0 commit comments

Comments
 (0)