Tim Wade

Results 8 comments of Tim Wade

i am also seeing this on projectile version 20150620.1532, emacs version 24.4.1 on Debian. i am trying to ignore images with ``` -*.png -*.gif ``` etc..

> So yes, it would be nice to improve this, but it's not clear how to do so while retaining the current detailed failure messages. We welcome any attempt to...

@Fryguy do you have a source for the preferred methods you were thinking of? I can't find anything on the above example.

i can't find one =) cops tend to be very specific, as with collection methods, deprecated hash methods, class methods, etc... WDYT about creating our own?

This has been partly resolved in https://github.com/bbatsov/rubocop/pull/2204. Like the collection methods, this new cop specifies preferred methods on a specific class/module - in this case `String` for `intern` vs `to_sym`....

Thanks for your thoughtful words on this! I realized after submitting this that creating an issue may have been premature, because I _do_ know that spies are null objects that...

I've thought some more about this and think I can identify what would make this a happy outcome for me. So, while I do like the suggestions above, what I...

@myronmarston thanks! so this has boiled down to my not reading the docs properly :blush: i _do_ like the idea of configurable null objects though, and happy to pick this...