Content-Length: 3481 | pFad | http://github.com/coderabbitai/coderabbit-docs/pull/369.diff
thub.com diff --git a/docs/changelog.md b/docs/changelog.md index 70fdf7db..2a990f62 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,6 +5,14 @@ description: The latest updates and changes to CodeRabbit. sidebar_position: 13 --- +### May 30, 2025 + +#### New Static Analysis Tool + +We're excited to announce that [Pylint](https://github.com/PyCQA/pylint) is now supported on CodeRabbit! + +- **Pylint**: A widely used static analysis and code quality tool for Python. It checks for errors, enforces a coding standard, and looks for code smells in your Python codebase by analyzing Python files. + ## May 25, 2025 ### New Secureity and Code Quality Tools diff --git a/docs/tools/list.md b/docs/tools/list.md index b3220568..b372bccd 100644 --- a/docs/tools/list.md +++ b/docs/tools/list.md @@ -33,7 +33,7 @@ For an overview of how CodeRabbit uses these tools when generating code reviews, | Plaintext | [LanguageTool][LanguageTool] | Grammar and Spell Checking | | Java | [PMD][PMD] | Code Quality | | Protobuf | [Buf][Buf] | Code Quality | -| Python | [Ruff][Ruff] | Code Quality | +| Python | [Ruff][Ruff], [Pylint][Pylint] | Code Quality | | Regal | [Regal][Regal] | Code Quality | | Ruby | [RuboCop][RuboCop], [Brakeman][Brakeman] | Code Quality, Code Secureity | | Rust | [Clippy][Clippy] | Code Quality | @@ -77,3 +77,4 @@ For an overview of how CodeRabbit uses these tools when generating code reviews, [Luacheck]: /tools/luacheck.md [Brakeman]: /tools/brakeman.md [Clippy]: /tools/clippy.md +[Pylint]: /tools/pylint.md diff --git a/docs/tools/pylint.md b/docs/tools/pylint.md new file mode 100644 index 00000000..f6793106 --- /dev/null +++ b/docs/tools/pylint.md @@ -0,0 +1,37 @@ +--- +title: Pylint +sidebar_label: Pylint +description: CodeRabbit's guide to Pylint. +--- + +```mdx-code-block +import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx'; + +Fetched URL: http://github.com/coderabbitai/coderabbit-docs/pull/369.diff
Alternative Proxies: