0.3.2
0.3.2
Breaking
- None.
Experimental
- None.
Enhancements
- Allow re-using an existing dartanalyzer report with
sonar.dart.analysis.reportPath
(thanks to Peter Leibiger) - Add missing dart keywords
extension
,on
,mixin
(thanks to Peter Leibiger) - Add pedantic 1.9.0 profile (thanks to Daniel Morawetz)
- Faster analysis with 'flutter analyze' and support for different analysis modes with
sonar.flutter.analyzer.mode
(thanks to Marc Reichelt)
Bug Fixes
- Ensure analyzer encoding is UTF-8 (thanks to Daniel Morawetz)