Skip to content

Commit

Permalink
Fix missing newline breaking mkdocs list formatting (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMarquis authored Oct 9, 2024
1 parent d73c541 commit ca42473
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,7 @@ By default, this rule will only check for modifiers in public methods. However,
```

Possible values are:

* `only_public`: (default) Will check for missing modifiers only for public composables.
* `public_and_internal`: Will check for missing modifiers in both public and internal composables.
* `all`: Will check for missing modifiers in all composables.
Expand Down

0 comments on commit ca42473

Please sign in to comment.