fui icon indicating copy to clipboard operation
fui copied to clipboard

Should scan also Pre-Compiled Headers, too

Open jomnius opened this issue 11 years ago • 1 comments

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.

jomnius avatar Jun 27 '14 06:06 jomnius

Check out how fui does tests, if you could make a fake project folder that reproduces the problem it'd be easy to fix.

dblock avatar Jun 27 '14 12:06 dblock