From 46fa564a8a81df0b97530927834c0860232cc27e Mon Sep 17 00:00:00 2001
From: Bob Lantz <rlantz@cs.stanford.edu>
Date: Thu, 4 Feb 2010 23:13:33 -0800
Subject: [PATCH] Changed to ignore W0511, which fails on TODO, FIXME, etc..

We may wish to re-enable this later.
---
 .pylint | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.pylint b/.pylint
index 69b1af3c..916189fe 100644
--- a/.pylint
+++ b/.pylint
@@ -53,7 +53,7 @@ disable-msg-cat=IR
 #enable-msg=
 
 # Disable the message(s) with the given id(s).
-disable-msg=W0704,C0103,W0231,E1102
+disable-msg=W0704,C0103,W0231,E1102,W0511
 
 
 [REPORTS]
-- 
GitLab