You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: