Skip to content

Commit

Permalink
Add pinterest ktlint and detekt.
Browse files Browse the repository at this point in the history
  • Loading branch information
diogobernardino committed Aug 18, 2019
1 parent e522bae commit 8886b55
Show file tree
Hide file tree
Showing 4 changed files with 565 additions and 8 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ buildscript {
}
}

plugins {
id "io.gitlab.arturbosch.detekt" version "1.0.0"
}

allprojects {
repositories {
google()
jcenter()
}
apply from: "$rootDir/ktlint.gradle"
apply from: "$rootDir/detekt.gradle"
}

task clean(type: Delete) {
Expand Down
Loading

0 comments on commit 8886b55

Please sign in to comment.