Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What are side effects of disabling LINT inspection?

Actually, my application was not running, So I Click on "Disable Inspection", after that, it starts running Swiftly. Now, Is there can be any Upcoming Problem in App?

enter image description here

like image 680
Arjun Singh Avatar asked Mar 04 '16 06:03

Arjun Singh


1 Answers

This is part of the Lint(static code analysis tool in android)checking at different levels, By clicking disable inspection in the above the lint inspection for the entire project is disabled
Other level of lint options can be read here http://developer.android.com/tools/debugging/improving-w-lint.html#config
ALSO IT IS HIGHLY RECOMMENDED TO USE LINT

like image 118
Mightian Avatar answered Nov 05 '22 19:11

Mightian