Skip to content

Commit

Permalink
πŸ› Correct Codemod Catalog Preference Heading (#182)
Browse files Browse the repository at this point in the history
Was under the AI heading, but it should be under the codemods heading.
  • Loading branch information
gilday authored Jul 8, 2024
1 parent 2f49290 commit 084238d
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/configuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand All @@ -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.
Expand Down

0 comments on commit 084238d

Please sign in to comment.