mode
The top-level mode option was removed in Rsdoctor 2.x. Use output.mode instead. See the mode configuration migration guide.
The removed option accepted the following values:
- Type:
"normal" | "brief" | "lite"litewas removed and is ignored in Rsdoctor 2.x. Use output.reportCodeType instead.
- Optional:
true - Default:
normal
These values selected the following report behaviors:
-
normal mode: Generates a
.rsdoctorfolder in the build output directory, which contains various data files and displays code in the report page. The output directory can be configured via reportDir. -
brief mode: Generates
rsdoctor-report.htmlin the report output directory. This directory defaults to the build output directory and can be configured via reportDir. All build analysis data is injected into this standalone HTML file, which can be opened directly in a browser. See mode: 'brief' for the available options. -
lite mode: Based on the normal mode, this mode does not display source code and product code, only showing the information of the bundled code.
- The top-level
mode: 'lite'option was removed and is ignored in Rsdoctor 2.x. Thefeatureslite configurations remain supported. Use output.reportCodeType for new configurations.
- The top-level

