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
- Add pedantic 1.9.0 profile (thanks to [Daniel Morawetz](https://github.com/dmorawetz))
18
+
- Faster analysis with 'flutter analyze' and support for different analysis modes with `sonar.flutter.analyzer.mode` (thanks to [Marc Reichelt](https://github.com/mreichelt))
Copy file name to clipboardExpand all lines: README.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,9 +69,19 @@ sonar.projectVersion=1.0
69
69
# Use commas to specify more than one folder.
70
70
sonar.sources=lib
71
71
sonar.tests=test
72
-
72
+
73
73
# Encoding of the source code. Default is default system encoding.
74
74
sonar.sourceEncoding=UTF-8
75
+
76
+
# Allows reuse of an existing analyzer report
77
+
# sonar.dart.analysis.reportPath=
78
+
79
+
# Analyzer mode
80
+
# Can be:
81
+
# - flutter (flutter analyze) - default
82
+
# - dart (dart analyze)
83
+
# - legacy (dartanalyzer)
84
+
# sonar.flutter.analyzer.mode=
75
85
```
76
86
77
87
*For a complete list of available options, please refer to the [SonarQube documentation](https://docs.sonarqube.org/latest/analysis/analysis-parameters/).*
0 commit comments