Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should scan also Pre-Compiled Headers, too #12

Open
jomnius opened this issue Jun 27, 2014 · 1 comment
Open

Should scan also Pre-Compiled Headers, too #12

jomnius opened this issue Jun 27, 2014 · 1 comment
Labels

Comments

@jomnius
Copy link

jomnius commented Jun 27, 2014

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.

@dblock dblock added the bug label Jun 27, 2014
@dblock
Copy link
Owner

dblock commented Jun 27, 2014

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants