-
Notifications
You must be signed in to change notification settings - Fork 31
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
Newbie Question ... Probably floating around somewhere ... File/Folder Exclusions #96
Comments
Possibly .svnignore is set to ignore .settings folder Ask more on http://stackoverflow.com/ as said in #86
|
What I was really asking is does jshint-eclipse have the ability to take its inclusion/exclusion information and make it shareable in the project just like its jshint settings for what rules to allow? What I found was that the settings one makes in eclipse are stored in a file that doesn't seem to be a project-type file for others to use. This, to me, seems like a needed feature if it is missing; or, if it is there, the documentation isn't clear. |
As Paul said, the information is currently kept in the project's I'd still like to replace the current inclusion/exclusion setting with #64, but no guarantees whether/when I'll find the time to do that. Quality contributions welcome. |
@jmduke239 |
Thanks ... |
Hi,
Just found jshint-eclipse and added to my project. I see how I can certainly share the JSHint settings, but I am lost on how to share Includes & Excludes with other developers. The settings seem to go into com.eclipsesource.jshint.ui.prefs, but this file doesn't seem to be one that SVN wants to share and give to others on the project. Is there a way to do this? If not, will there be a way to do this ... and soon?
Thanks ... Joe
The text was updated successfully, but these errors were encountered: