-
Notifications
You must be signed in to change notification settings - Fork 57
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
don't ignore ignore (pun) after #6 #40
Conversation
@andreineculau can you rebase from master? |
a585842
to
bdc5c18
Compare
@andreineculau If I understand your change correctly, you are now calling |
@andreineculau the other option you have is to preserve the current behaviour and just call |
On Fri, Mar 18, 2016 at 3:26 PM, Brujo Benavides notifications@github.com
Example: https://github.com/for-GET/katt with elvis-2.8.0 (not with the andreineculau.com http://www.andreineculau.com |
@andreineculau I removed that comment because I figured out what was going on on my own later. Check my other comments, please. |
It took me a while to understand what your point was :) that's why the delay. So, are you certain you want it From where, the logic of the previous behaviour is hiding from me: search recursively if there's no filter, but search locally only (1 level) if there is a filter ? and also with the history, I would go with making |
I'm with you, @andreineculau I don't know what the reason for that |
bdc5c18
to
499fd63
Compare
Update my PR... I didn't remove Dirname = filename:dirname(Path),
Filename = filename:basename(Path),
File = case elvis_file:find_files([Dirname], Filename, local) of
[] -> throw({enoent, Path});
[File0] -> File0
end, |
I'll merge your PR and generate another one with my refactor idea :) |
don't ignore ignore (pun) after #6
:s sorry, but thanks :) On Fri, Mar 18, 2016 at 5:53 PM, Brujo Benavides notifications@github.com
andreineculau.com http://www.andreineculau.com |
#6 was incomplete, and so not fixing inaka/elvis#190