Skip to content

Commit 79a3f51

Browse files
committed
Let deprecated Entries show as lint error
1 parent c7e945f commit 79a3f51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lint/src/main/kotlin/info/appdev/charting/lint/EntryUsageDetector.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ class EntryUsageDetector : Detector(), SourceCodeScanner {
5656
""",
5757
category = Category.CORRECTNESS,
5858
priority = 6,
59-
severity = Severity.WARNING,
59+
severity = Severity.ERROR,
6060
implementation = Implementation(
6161
EntryUsageDetector::class.java,
6262
Scope.JAVA_FILE_SCOPE

0 commit comments

Comments
 (0)