File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed
docs/content/how-tos/rules Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -36,12 +36,6 @@ Add `Async` prefix (in case of `Async`) or suffix (in case of `Task`) to functio
3636
3737## Rule Settings
3838
39- Mode setting determines what functions are checked.
40-
41- ` OnlyPublicAPIsInLibraries ` only runs in projects that are likely library projects.
42- ` AnyPublicAPIs ` flags all public APIs.
43- ` AllAPIs ` also flags (gives violations about) internal, private, and nested APIs.
44-
4539 {
4640 "asynchronousFunctionNames": {
4741 "enabled": true,
@@ -50,3 +44,8 @@ Mode setting determines what functions are checked.
5044 }
5145 }
5246 }
47+
48+ * * mode* - determines what functions are checked. Possible values: "OnlyPublicAPIsInLibraries", "AnyPublicAPIs", "AllAPIs".
49+ ** "OnlyPublicAPIsInLibraries" only runs in projects that are likely library projects.
50+ ** "AnyPublicAPIs" flags all public APIs.
51+ ** "AllAPIs" also flags (gives violations about) internal, private, and nested APIs.
You can’t perform that action at this time.
0 commit comments