fui
fui copied to clipboard
Should scan also Pre-Compiled Headers, too
I got result that a file, which was imported ONLY in project's .pch file, was an unused import. This is a false positive, app wouldn't compile without it.
My project contains a mixture of Objective-C and C++ code, wonder if you scan also .mm files. I took a look at some fui file, found this " k.path.gsub(/.h$/, '.m' ", which looks a bit suspicious.
Check out how fui does tests, if you could make a fake project folder that reproduces the problem it'd be easy to fix.