Search code examples
androidandroid-studiolintspelling

How to ignore spell checking in Android lint using lint.xml or gradle script?


I tried using

<issue id="Typos" severity="ignore"/>

But it showing Spelling -> Typo error


Solution

  • It warning not by lint. It is an internal tool for Android Studio. If you want to disable typo warning, you need to do it Settings>Editor>Inspection>Spelling>Typo.enter image description here