Skip to content
This repository has been archived by the owner on Jan 11, 2018. It is now read-only.

Commit

Permalink
Update to latest release of core
Browse files Browse the repository at this point in the history
  • Loading branch information
Janos Gyerik committed Jan 12, 2017
1 parent df1e7c1 commit d1f818e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
<properties>
<maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
<gitRepositoryName>sonarlint-cli</gitRepositoryName>
<sonarlint.version>2.9.0.198</sonarlint.version>
<sonarlint.version>2.9.0.276</sonarlint.version>
<sonar.java.version>4.3.0.7717</sonar.java.version>
<sonar.javascript.version>2.18.0.3454</sonar.javascript.version>
<sonar.php.version>2.9.1.1705</sonar.php.version>
Expand Down
5 changes: 5 additions & 0 deletions src/main/java/org/sonarlint/cli/report/IssuesReport.java
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,11 @@ public Integer getEndLineOffset() {

}

@Override
public List<Flow> flows() {
return wrapped.flows();
}

@Override
public String getMessage() {
return wrapped.getMessage();
Expand Down

0 comments on commit d1f818e

Please sign in to comment.