From fa2eb85c6bd44955ed9d890fecb088a672d8e8b9 Mon Sep 17 00:00:00 2001 From: karan <karan@coderabbit.ai> Date: Tue, 1 Apr 2025 17:51:07 -0700 Subject: [PATCH] add support for sqlfluff in changelog --- docs/changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 43deb7dd..7c455f3e 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -53,6 +53,12 @@ and much more! Check out the new dashboard to view these metrics about your orga We're thrilled to introduce agentic planning on GitHub for CodeRabbit chat as an Experimental feature for Early Access users. This enhancement lets you make more advanced requests that span multiple files. Just add a review comment on any pull request tagging `@coderabbitai` along with your natural language request for a code change, and the chat will develop a plan for complex modifications. Upon reviewing the plan and getting your consent, CodeRabbit will emit a stacked PR to your PR for those code changes. +### Additional Static Analysis Support + +We are continually expanding our support for static analysis tools. We've recently added support for: + +- SQLFluff + ## February 25, 2025 ### Docstrings