In Eclipse for an Android project I had some warnings in xml files and added some of them in Lint ignore/exclusion list via the quick fix window using "Disable Check In This File Only".
Now I would like to remove a file from the list to be checked again.
How it is possible to manage Lint file check exclusion in Eclipse?
I couldn't find any solution anywhere in stackoverflow or googling.