From ca42473211121938362acbe09e1d4732aba5b648 Mon Sep 17 00:00:00 2001 From: Simon Marquis Date: Wed, 9 Oct 2024 20:18:28 +0200 Subject: [PATCH] Fix missing newline breaking mkdocs list formatting (#429) --- docs/rules.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/rules.md b/docs/rules.md index 8454a45..4cbd589 100644 --- a/docs/rules.md +++ b/docs/rules.md @@ -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.