Skip to content

Commit

Permalink
Fixed lint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
francoiscampbell committed Sep 4, 2016
1 parent f421730 commit 47216ac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ class CircleLayout @JvmOverloads constructor(
: ViewGroup(
context,
attrs,
defStyleAttr,
defStyleRes
defStyleAttr
) {
/**
* (Optional) A fixed angle between views.
Expand Down
3 changes: 0 additions & 3 deletions circlelayout/src/main/res/values/strings.xml

This file was deleted.

3 changes: 3 additions & 0 deletions testapp/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ android {
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
}
lintOptions {
abortOnError false
}
}

dependencies {
Expand Down

0 comments on commit 47216ac

Please sign in to comment.