Skip to content

Instantly share code, notes, and snippets.

@fbcbl
Created February 13, 2020 13:40
Show Gist options
  • Save fbcbl/f4877994ba03762f996fc999dca0a0b8 to your computer and use it in GitHub Desktop.
Save fbcbl/f4877994ba03762f996fc999dca0a0b8 to your computer and use it in GitHub Desktop.
AndroidLogDetector - Result Inspection
lintResult
.expectErrorCount(1)
.expect("""
src/com/fabiocarballo/lint/Dog.kt:8: Error: android.util.Log usage is forbidden. [AndroidLogDetector]
Log.d(TAG, "woof! woof!")
~~~~~~~~~~~~~~~~~~~~~~~~~
1 errors, 0 warnings
""".trimIndent())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment