You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `sonar.dart.analyzer.mode` | <code>DETECT|DART|FLUTTER|MANUAL|DARTANALYZER</code> | `DETECT` | By default the plugin attempts to detect a fitting analyzer (`flutter analyze` or `dart analyze`) by parsing the `environment` from `pubspec.yaml`. This can be set to `MANUAL` to provide and existing report file. For compatibility with older Dart versions, this can be set to `DARTANALYZER`. |
191
-
| `sonar.dart.analyzer.options.override` | <code>true|false</code> | `true` | By default any local `analysis_options.yaml` will be replaced for the analysis. This can be prevented by setting this to `false`. |
192
-
| `sonar.dart.analyzer.report.mode` | <code>DETECT|MACHINE|LEGACY</code> | `DETECT` | The new machine readable output can be automatically detected if Dart SDK is available on the $PATH. |
193
-
| `sonar.dart.analyzer.report.path` | A file path | - | This is required if the analyzer mode is set to `MANUAL`. |
194
-
| `sonar.flutter.tests.reportPath` | A file path | - | The path to the test report JSON file. |
195
-
| `sonar.flutter.coverage.reportPath` | A file path | - | The path to the test coverage file in LCOV format. |
| `sonar.dart.analyzer.mode` | <code>DETECT|DART|FLUTTER|MANUAL|DARTANALYZER</code> | `DETECT` | By default the plugin attempts to detect a fitting analyzer (`flutter analyze` or `dart analyze`) by parsing the `environment` from `pubspec.yaml`. This can be set to `MANUAL` to provide and existing report file. For compatibility with older Dart versions, this can be set to `DARTANALYZER`. |
191
+
| `sonar.dart.analyzer.options.override` | <code>true|false</code> | `true` | By default any local `analysis_options.yaml` will be replaced for the analysis. This can be prevented by setting this to `false`. |
192
+
| `sonar.dart.analyzer.report.mode` | <code>DETECT|MACHINE|LEGACY</code> | `DETECT` | The new machine readable output can be automatically detected if Dart SDK is available on the $PATH. |
193
+
| `sonar.dart.analyzer.report.path` | A file path | - | This is required if the analyzer mode is set to `MANUAL`. |
194
+
| `sonar.flutter.tests.reportPath` | Comma separated list of file paths (wildcard not supported)| `tests.output` | The path to the test report JSON file. |
195
+
| `sonar.flutter.coverage.reportPath` | A file path | `coverage/lcov.info` | The path to the test coverage file in LCOV format. |
0 commit comments