Exclude files from Android Studio lint spell checker -
the android studio lint spell checker flags hex codes words in files better off unchecked, such values/colors.xml
, build/intermediates/dex-cache/cache.xml
.
how tell lint not spell check folders or files?
had same problem colors.xml
i couldn't find way disable check file, rid of spellcheck on hex codes.
click analyze->inspect code
. choose whole project
, click ok.
the inspection tool window open results.
you should able see problematic hex codes under spelling->typo
. right click 1 of them , choose exclude
.
did trick me. hth
Comments
Post a Comment