From 8f5d5e6913bff1dcd2f9a0c8a5b53e0b769adade Mon Sep 17 00:00:00 2001 From: Johannes Rudolph Date: Tue, 17 Apr 2012 11:48:17 +0100 Subject: [PATCH] more ideas for warnings --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6c4ef15..da0b5ce 100644 --- a/README.md +++ b/README.md @@ -59,3 +59,5 @@ Feel free to implement these, or add your own ideas. Pull requests welcome! * Traversable#head, Traversable#last, Traversable#maxBy * Warn on shadowing variables, especially those of the same type * Warn on inexhaustive pattern matching +* Warn about pattern matching companion objects of case classes instead of instances themselves +* Warn when referencing members of `collection.mutable._` without explicit qualification