Skip to content
This repository has been archived by the owner on Aug 15, 2021. It is now read-only.

Commit

Permalink
2020-02-07 Version 1.1.0: Updated detekt rules URL
Browse files Browse the repository at this point in the history
  • Loading branch information
fartem committed Feb 7, 2020
1 parent f715178 commit df6544d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/detekt.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ detekt {

def detektConfig = new File("$rootDir/detekt-config.yml")
new URL(
"https://raw.githubusercontent.com/fartem/repository-rules/master/kotlin/detekt/detect.yml"
"https://raw.githubusercontent.com/fartem/repository-rules/master/rules/kotlin/detekt/detect.yml"
).withInputStream {
i -> detektConfig.withOutputStream {
it << i
Expand Down

0 comments on commit df6544d

Please sign in to comment.