From 489166b2a32a18b1653812978552eee7f2537f85 Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 1 Oct 2022 02:33:31 +0800 Subject: [PATCH] docs: Fix link of Pylint in README.md (#3379) The original link in the README.md is now `pylint.org is coming soon` parking page from NameBright.com. Co-authored-by: Marco Ferrari --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0ec8747e..6ce7efd2 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Developers on **GitHub** can call the **GitHub Action** to lint their codebase w | **PHP** | [PHP built-in linter](https://www.php.net/) / [PHP CodeSniffer](https://github.com/squizlabs/PHP_CodeSniffer) / [PHPStan](https://phpstan.org/) / [Psalm](https://psalm.dev/) | | **PowerShell** | [PSScriptAnalyzer](https://github.com/PowerShell/Psscriptanalyzer) | | **Protocol Buffers** | [protolint](https://github.com/yoheimuta/protolint) | -| **Python3** | [pylint](https://www.pylint.org/) / [flake8](https://flake8.pycqa.org/en/latest/) / [black](https://github.com/psf/black) / [isort](https://pypi.org/project/isort/) | +| **Python3** | [pylint](https://pylint.pycqa.org/) / [flake8](https://flake8.pycqa.org/en/latest/) / [black](https://github.com/psf/black) / [isort](https://pypi.org/project/isort/) | | **R** | [lintr](https://github.com/jimhester/lintr) | | **Raku** | [Raku](https://raku.org) | | **Ruby** | [RuboCop](https://github.com/rubocop-hq/rubocop) |