From 24406f95ad1049c60a2ebb907d69168b6d8b42e2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 30 Jun 2018 10:30:06 -0400 Subject: Spelling in pylint isn't worth the difficulty of installing enchant --- Makefile | 3 --- pylintrc | 10 ---------- requirements/dev.pip | 1 - 3 files changed, 14 deletions(-) diff --git a/Makefile b/Makefile index 5fe79f90..60182eb5 100644 --- a/Makefile +++ b/Makefile @@ -39,9 +39,6 @@ lint: todo: -grep -R --include=*.py TODO $(LINTABLE) -spell: - -pylint --disable=all --enable=spelling $(LINTABLE) - pep8: pycodestyle --filename=*.py --repeat $(LINTABLE) diff --git a/pylintrc b/pylintrc index 368d9184..d4ba155c 100644 --- a/pylintrc +++ b/pylintrc @@ -327,13 +327,3 @@ ignore-comments=yes # Ignore docstrings when computing similarities. ignore-docstrings=yes - -# -# SPELLING -# - -spelling-dict=en_US -# pylint doesn't strip the words, so insert a dummy x at the beginning to make -# the other words work properly. -# https://bitbucket.org/logilab/pylint/issue/398/spelling-words-need-to-be-stripped-or-the -spelling-private-dict-file=doc/dict.txt diff --git a/requirements/dev.pip b/requirements/dev.pip index 3fe88dd0..965c5f48 100644 --- a/requirements/dev.pip +++ b/requirements/dev.pip @@ -12,7 +12,6 @@ greenlet==0.4.13 mock==2.0.0 PyContracts==1.8.3 -pyenchant==2.0.0 pylint==1.9.2 unittest-mixins==1.4 check-manifest==0.37 -- cgit v1.2.1