This repository has been archived by the owner on Jan 6, 2024. It is now read-only.
Releases: detekt/sonar-detekt
Releases · detekt/sonar-detekt
1.3.2
1.3.1
- Errors in syntax highlighting should print a warning and not crash sonar-kotlin.
1.3.0
- Based on detekt 1.5.0
1.2.0
- Based on detekt 1.3.0
- Based on Kotlin 1.3.61
1.1.0
- Based on detekt 1.1.1
- Based on Kotlin 1.3.50
- Rewrote syntax highlighting to make use of kotlinc internal offset to line/column translation
1.0.0
- Based on sonar-api 6.7.7 and detekt 1.0.0
- Gradle Plugin: removed report consolidation. It was flawed and some users were stuck with RC14. It will be replaced in a further version.
- Gradle Plugin:
autoCorrect
property is now allowed on the detekt extension. No need to create a new task anymore. - Formatting: updated to KtLint 0.34.2 which removed the two rules
NoItParamInMultilineLambda
andSpacingAroundUnaryOperators
.
0.6.0
- Based on sonar-api 6.7.7 and detekt RC16, see rc15 and rc16 for breaking changes
- Renamed default profile to "detekt active", containing 80 rules marked active in detekt
- Introduced a second quality profile "detekt all", containing 164 rules
- Integrated detekt-formatting, a wrapper over KtLint, provides 30+ additional rules
- Tested on sonaqube 7.7, 7.8 and 7.9
0.5.3
Based on sonar 6.7.7, kotlin 1.3.21 and detekt RC14.
0.5.2
- Upgrade to detekt 1.0.0-RC10