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.