Amanj Sherwany

Results 7 comments of Amanj Sherwany

I will create a wart to prevent recursive fields, it should not be doable

I don't think banning partial functions is a good idea, something as elegant as the following would be banned: ```scala List((1, "one"), (2, "two)).map { case (n, s) => println(s"$n...

Ah I see. I myself have not activated the wart though, for me it is a bit too strict.

Yeah, I will work on this and make sure that I don't break anything. I have a huge code base to run my modifications against

I am still struggling in implementing this without introducing other false positives, will update you if I got somewhere