gnag
gnag copied to clipboard
Add note about configuring the Android linter
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.
+ note that you shouldn't disable XML output :) See https://github.com/btkelly/gnag/issues/173