Skip to content

Commit 82d9679

Browse files
committed
SimpleAsyncComplementaryHelpers: updated docs
To include info about mode setting.
1 parent d2ebfb7 commit 82d9679

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/content/how-tos/rules/FL0097.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,3 +47,8 @@ For each function `FooAsync(): Task<'T>` create corresponding function `AsyncFoo
4747
}
4848
}
4949
}
50+
51+
* *mode* - determines what functions are checked. Possible values: "OnlyPublicAPIsInLibraries", "AnyPublicAPIs", "AllAPIs".
52+
* "OnlyPublicAPIsInLibraries" only runs in projects that are likely library projects.
53+
* "AnyPublicAPIs" flags all public APIs.
54+
* "AllAPIs" also flags (gives violations about) internal, private, and nested APIs.

0 commit comments

Comments
 (0)