Skip to content
This repository was archived by the owner on Jan 6, 2024. It is now read-only.

Commit 2896d46

Browse files
authored
Update to sonar-api 7.9.4 (#129)
* Update to sonar-api 7.9.4 * Update changelog to include sonar-api update
1 parent ada3267 commit 2896d46

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
# Detekt - Changelog
22

3-
#### 2.2.0 - 2020-08-13
3+
#### 2.2.0 - 2020-08-16
44

55
- Based on detekt 1.11.0
66

77
##### Changelog
88

9+
- Update to sonar-api 7.9.4 - [#129](https://github.com/detekt/sonar-kotlin/pull/129)
910
- Exclude MultiLineIfElse as detekt has a similar rule - [#127](https://github.com/detekt/sonar-kotlin/pull/127)
1011
- Exclude FinalNewline KtLint rule, use detekt's - [#126](https://github.com/detekt/sonar-kotlin/pull/126)
1112
- Use detekt's tooling api - [#125](https://github.com/detekt/sonar-kotlin/pull/125)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<kotlin.version>1.3.72</kotlin.version>
2323
<spek.version>2.0.12</spek.version>
2424
<detekt.version>1.11.0</detekt.version>
25-
<sonar.api.version>7.9.3</sonar.api.version>
25+
<sonar.api.version>7.9.4</sonar.api.version>
2626
<assertj.version>3.16.1</assertj.version>
2727
<jcommander.version>1.78</jcommander.version>
2828
<mockk.version>1.10.0</mockk.version>

0 commit comments

Comments
 (0)