nopen icon indicating copy to clipboard operation
nopen copied to clipboard

Lint artifact

Open ZacSweers opened this issue 6 years ago • 3 comments

Open to a PR with a lint analogue of this? Benefit being that it could show up in the IDE as they're typing

ZacSweers avatar Feb 17 '19 15:02 ZacSweers

+ Kotlin

vanniktech avatar Feb 17 '19 16:02 vanniktech

I'd actually exclude the lint from running on kotlin code, since it has open and I figure this is basically just an implementation of that pattern for Java

ZacSweers avatar Feb 17 '19 16:02 ZacSweers

Yeah I wrote it as an EP check because it only makes sense for Java and no one uses lint outside of Android despite being available.

JakeWharton avatar Feb 17 '19 16:02 JakeWharton