diff options
author | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-05-07 09:43:38 +0200 |
---|---|---|
committer | Sylvain Th?nault <sylvain.thenault@logilab.fr> | 2013-05-07 09:43:38 +0200 |
commit | 0c33289faebe3c31c7a072329390c2dda7977722 (patch) | |
tree | 082df14ca9268ed5169431f344eacaa6dd1f4857 /checkers/design_analysis.py | |
parent | 922c09836cce4a603b22a972149b57115a559f24 (diff) | |
download | pylint-0c33289faebe3c31c7a072329390c2dda7977722.tar.gz |
drop ref to internal and 404 url
Diffstat (limited to 'checkers/design_analysis.py')
-rw-r--r-- | checkers/design_analysis.py | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/checkers/design_analysis.py b/checkers/design_analysis.py index 7e966bb..2fabfa6 100644 --- a/checkers/design_analysis.py +++ b/checkers/design_analysis.py @@ -13,12 +13,7 @@ # You should have received a copy of the GNU General Public License along with # this program; if not, write to the Free Software Foundation, Inc., # 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -"""check for signs of poor design - - - see http://intranet.logilab.fr/jpl/view?rql=Any%20X%20where%20X%20eid%201243 - FIXME: missing 13, 15, 16 -""" +"""check for signs of poor design""" from logilab.astng import Function, If, InferenceError |