-
Notifications
You must be signed in to change notification settings - Fork 138
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
.dir-locals.el should be added to .gitignore and removed from repo #417
Comments
Can you go ahead and do this? (Submit a pr) thanks! |
Done |
Thanks! |
Ack, sorry I missed this issue, but there was a reason for adding the There are other things I would like to put in |
I guess the real question is: How critical is it that all emacs users get the specialized HLint settings? If the special rules are important (organization coding standards, performance, etc...) maybe the build system should require that HLint pass before it will build? |
If we really wanted, we could add it to Travis's tests... On Thu, Jul 16, 2015, 12:40 Chris Tetreault [email protected]
|
Well, ideally a vim user would provide a similar set of project settings, etc. :) Adding HLint to travis at the moment would be a bad idea because we certainly don't follow most of the suggestions, but maybe in the future... |
There is a
.dir-locals.el
file in the project root. This file is evaluated by emacs every time a file is visited in the directory, and gives me the following output:Maybe this is useful to some people, but others may not like this file changing their
default-directory
. Since this is a personal choice type thing, please add this file to the .gitignore and remove it from the repository.The text was updated successfully, but these errors were encountered: