TestReportsSettings

constructor(checkstyle: ReportSettings = TestReportSettings( ReportsSettings.CHECKSTYLE_ENABLED_DEFAULT, ReportsSettings.CHECKSTYLE_PATH_DEFAULT ), sarif: ReportSettings = TestReportSettings( ReportsSettings.SARIF_ENABLED_DEFAULT, ReportsSettings.SARIF_PATH_DEFAULT ), text: ReportSettings = TestReportSettings( ReportsSettings.TEXT_ENABLED_DEFAULT, ReportsSettings.TEXT_PATH_DEFAULT ), depths: ReportSettings = TestReportSettings( ReportsSettings.DEPTHS_ENABLED_DEFAULT, ReportsSettings.DEPTHS_PATH_DEFAULT ), graphs: PerModuleReportSettings = TestPerModuleReportSettings( enabled = ReportsSettings.GRAPH_ENABLED_DEFAULT, outputDir = null ))(source)