如何使用 lint.xml 或 gradle 脚本忽略 Android lint 中的拼写检查?
How to ignore spell checking in Android lint using lint.xml or gradle script?
我尝试使用
<issue id="Typos" severity="ignore"/>
但它显示拼写 -> 拼写错误
它不是通过 lint 发出警告。它是 Android Studio 的内部工具。如果你想禁用拼写错误警告,你需要这样做 Settings>Editor>Inspection>Spelling>Typo.
我尝试使用
<issue id="Typos" severity="ignore"/>
但它显示拼写 -> 拼写错误
它不是通过 lint 发出警告。它是 Android Studio 的内部工具。如果你想禁用拼写错误警告,你需要这样做 Settings>Editor>Inspection>Spelling>Typo.