From 084238da2a746374f949c465f448af08e8a05257 Mon Sep 17 00:00:00 2001 From: Johnathan Gilday Date: Mon, 8 Jul 2024 13:22:20 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20Correct=20Codemod=20Catalog=20Pr?= =?UTF-8?q?eference=20Heading=20(#182)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was under the AI heading, but it should be under the codemods heading. --- docs/configuring.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/docs/configuring.md b/docs/configuring.md index 984ac4b..abc4f3b 100644 --- a/docs/configuring.md +++ b/docs/configuring.md @@ -47,9 +47,14 @@ ai: allow_llm_access: false ``` +### `codemods` + +Contains optional settings related to the codemod catalog Pixeebot uses to make changes to repositories. + #### `catalog` -A string value that determines the codemod catalog used for code improvements. The value can be set to `less`, `moderate`, or `more`. +A string value that determines the codemod catalog used for code improvements. +The value can be set to `less`, `moderate`, or `more`. Example: @@ -58,10 +63,6 @@ codemods: catalog: more ``` -### `codemods` - -Contains optional settings related to the codemod catalog Pixeebot uses to make changes to repositories. - #### `exclude` A set of codemods to exclude from the catalog. Each codemod is identified by its codemod ID.