Skip to content

Commit

Permalink
style: Add Kotlin Lint to tests (#1515)
Browse files Browse the repository at this point in the history
## Test Plan
> How do we know the code works?

Kt lint is enabled also for tests
  • Loading branch information
piotradamczyk5 committed Jan 20, 2021
1 parent 6df778f commit 88b6c52
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.gradle.kts
Expand Up @@ -21,9 +21,7 @@ plugins {
tasks {
"lintKotlinMain"(LintTask::class) {
exclude(
"**/*Generated.kt",
"**/*Test.kt",
"**/Test*.kt" // we can expand this list
"**/*Generated.kt" // we can expand this list
)
}
}
Expand Down

0 comments on commit 88b6c52

Please sign in to comment.