We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ebfb7 commit 82d9679Copy full SHA for 82d9679
docs/content/how-tos/rules/FL0097.md
@@ -47,3 +47,8 @@ For each function `FooAsync(): Task<'T>` create corresponding function `AsyncFoo
47
}
48
49
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