From 13ada38ecc319712acaf8f1c53517a7dbb863f49 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Wed, 22 May 2024 12:15:40 -0700 Subject: [PATCH] copy --- _posts/2024-05-22-linting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2024-05-22-linting.md b/_posts/2024-05-22-linting.md index 783f8d1d6..a23f1b249 100644 --- a/_posts/2024-05-22-linting.md +++ b/_posts/2024-05-22-linting.md @@ -1,12 +1,12 @@ --- -title: Linting code for LLMs with aider +title: Linting code for LLMs with tree-sitter excerpt: Aider now lints code after every LLM edit and automatically fixes errors, using tree-sitter and AST-aware code context. highlight_image: /assets/linting.jpg --- [![Linting code](/assets/linting.jpg)](https://aider.chat/assets/linting.jpg) -# Linting code for LLMs with aider +# Linting code for LLMs with tree-sitter Aider now lints your code after every LLM edit, and offers to automatically fix any linting errors.