gnag icon indicating copy to clipboard operation
gnag copied to clipboard

Add note about configuring the Android linter

Open stkent opened this issue 9 years ago • 1 comments

Since the linter is not wrapped by Gnag (unlike the other violation detectors), all configuration of Android lint rules must be done using the built-in mechanisms within the android { lintOptions { ... } } closure. We should call this out explicitly since it's different from the other three detectors.

stkent avatar Jun 27 '16 15:06 stkent

+ note that you shouldn't disable XML output :) See https://github.com/btkelly/gnag/issues/173

stkent avatar Jul 09 '18 17:07 stkent