Skip to content

Commit af9f434

Browse files
committed
Merge branch 'develop' of https://github.com/insideapp-oss/sonar-flutter into develop
2 parents ddf40f5 + 6bc0122 commit af9f434

36 files changed

+22297
-519
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212

1313
#### Enhancements
1414

15-
- None
15+
- Syntax coloration
16+
- Cyclomatic complexity computation
17+
- More accurate code line count
1618

1719
#### Bug Fixes
1820

dart-lang/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,12 @@
1111

1212
<artifactId>dart-lang</artifactId>
1313

14+
<dependencies>
15+
<dependency>
16+
<groupId>org.antlr</groupId>
17+
<artifactId>antlr4-runtime</artifactId>
18+
<version>4.8-1</version>
19+
</dependency>
20+
</dependencies>
1421

1522
</project>

0 commit comments

Comments
 (0)