summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorPrajwal Borkar <sunnyborkar7777@gmail.com>2022-06-02 23:33:30 +0530
committerGitHub <noreply@github.com>2022-06-02 20:03:30 +0200
commit711641b21240da46a9406d9cd6474aadce1c4809 (patch)
treec35872d3eaf04c4b63c4493b9b026639c6456528 /README.rst
parentdee9de56f84837be3de915aec8c2e9629dd9c548 (diff)
downloadpylint-git-711641b21240da46a9406d9cd6474aadce1c4809.tar.gz
Updated link in README and CONTRIBUTING.md (#6807)
Co-authored-by: Pierre Sassoulas <pierre.sassoulas@gmail.com>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 67fd09c15..ad86983ec 100644
--- a/README.rst
+++ b/README.rst
@@ -48,10 +48,10 @@ will know that ``argparse.error(...)`` is in fact a logging call and not an argp
Pylint is highly configurable and permits to write plugins in order to add your
own checks (for example, for internal libraries or an internal rule). Pylint has an
ecosystem of existing plugins for popular frameworks such as `pylint-django`_ or
-`pylint-i18n`_.
+`pylint-sonarjson`_.
.. _`pylint-django`: https://github.com/PyCQA/pylint-django
-.. _`pylint-i18n`: https://github.com/amandasaurus/python-pylint-i18n
+.. _`pylint-sonarjson`: https://github.com/omegacen/pylint-sonarjson
Pylint isn't smarter than you: it may warn you about things that you have
conscientiously done or check for some things that you don't care about.