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

'no-missing-require' is case insensitive #68

Closed
AndrewFinlay opened this issue Mar 1, 2017 · 4 comments · Fixed by singapore/lint-condo#246
Closed

'no-missing-require' is case insensitive #68

AndrewFinlay opened this issue Mar 1, 2017 · 4 comments · Fixed by singapore/lint-condo#246

Comments

@AndrewFinlay
Copy link

This currently works great on a Mac where case variations aren't important. However on a linux box where filenames are case sensitive, this won't flag missing files.

@mysticatea
Copy link
Owner

Thank you for this issue.
Sounds reasonable to me. Case sensitive checks would be useful.

@AndrewFinlay
Copy link
Author

Thanks for that, works perfectly

@mor-gilad
Copy link

mor-gilad commented Dec 15, 2017

It's checking case sensitive only for relative paths.
Is there a reason for that?

@mysticatea
Copy link
Owner

@mor-gilad Oh, actually, I didn't realize it since I have outsourced module lookup to resolve package.

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

Successfully merging a pull request may close this issue.

3 participants