Skip to content

Commit

Permalink
Unify lint.xml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
vanniktech committed May 4, 2022
1 parent 5c239d6 commit 435b78f
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 34 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ buildscript {

codeQualityTools {
lint {
lintConfig = rootProject.file("lint.xml")
textReport = true
}
checkstyle {
Expand Down
5 changes: 0 additions & 5 deletions emoji-facebook/lint.xml

This file was deleted.

5 changes: 0 additions & 5 deletions emoji-google/lint.xml

This file was deleted.

5 changes: 0 additions & 5 deletions emoji-ios/lint.xml

This file was deleted.

5 changes: 0 additions & 5 deletions emoji-twitter/lint.xml

This file was deleted.

12 changes: 0 additions & 12 deletions emoji/lint.xml

This file was deleted.

1 change: 1 addition & 0 deletions emoji/src/main/java/com/vanniktech/emoji/EmojiView.kt
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ class EmojiView @JvmOverloads constructor(
}
if (backspaceIndex != null) {
emojiTabs[backspaceIndex] = inflateButton(context, R.drawable.emoji_backspace, R.string.emoji_backspace, emojisTab)
//noinspection AndroidLintClickableViewAccessibility
emojiTabs[backspaceIndex]?.setOnTouchListener(
RepeatListener(INITIAL_INTERVAL, NORMAL_INTERVAL.toLong()) {
editText?.let(Utils::backspace)
Expand Down
2 changes: 0 additions & 2 deletions lint.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="ObsoleteLintCustomCheck" severity="ignore"/>
<issue id="GradleDependency" severity="ignore"/>
</lint>

0 comments on commit 435b78f

Please sign in to comment.