Skip to content

Commit 91cad53

Browse files
author
Gilles Grousset
committed
doc: README and CHANGELOG update
1 parent 773e136 commit 91cad53

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
- Allow re-using an existing dartanalyzer report with `sonar.dart.analysis.reportPath` (thanks to [Peter Leibiger](https://github.com/kuhnroyal))
1616
- Add missing dart keywords `extension`, `on`, `mixin` (thanks to [Peter Leibiger](https://github.com/kuhnroyal))
1717
- 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))
1819

1920
#### Bug Fixes
2021

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,9 +69,19 @@ sonar.projectVersion=1.0
6969
# Use commas to specify more than one folder.
7070
sonar.sources=lib
7171
sonar.tests=test
72-
72+
7373
# Encoding of the source code. Default is default system encoding.
7474
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=
7585
```
7686

7787
*For a complete list of available options, please refer to the [SonarQube documentation](https://docs.sonarqube.org/latest/analysis/analysis-parameters/).*

0 commit comments

Comments
 (0)