Look for pylint comments disabling long lambda warnings

This allows long lambdas on a case-by-case basis.
diff --git a/CHANGELOG b/CHANGELOG
index 8e461a9..0a00c8c 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -12,6 +12,9 @@
   without wrapping. If not, then we split.
 - Check all of the elements of a tuple. Similarly to how arguments are
   analyzed. This allows tuples to be split more rationally.
+### Fixed
+- Attempt to determine if long lambdas are allowed. This can be done on a
+  case-by-case basis with a "pylint" disable comment.
 
 ## [0.21.0] 2018-03-18
 ### Added