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

Support #import without spaces #14

Open
tyler8691 opened this issue Feb 16, 2015 · 1 comment
Open

Support #import without spaces #14

tyler8691 opened this issue Feb 16, 2015 · 1 comment
Labels

Comments

@tyler8691
Copy link

I noticed that if you have a file that is imported and accidentally missing a space

 #import"filename.h"

it is not counted and therefore the file can be marked as unused even if it is. The #import search should ideally be a regex that supports any amount of spaces.

@dblock dblock added the feature label Feb 20, 2015
@dblock
Copy link
Owner

dblock commented Feb 20, 2015

Legit. Would love a PR.

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