diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2014-11-27 14:07:10 -0500 |
| commit | 0d8e1f7783171c9c4f666f5b759322c5f27ebeb0 (patch) | |
| tree | 57b8ef8a934b3b62b3b6cf63d161655a7ce41bb7 /pylintrc | |
| parent | 024c42c88ccbe5338fc308cf3e43c23092e295ba (diff) | |
| download | python-coveragepy-git-0d8e1f7783171c9c4f666f5b759322c5f27ebeb0.tar.gz | |
OK, I should really stop fiddling with spell-check...
Diffstat (limited to 'pylintrc')
| -rw-r--r-- | pylintrc | 30 |
1 files changed, 28 insertions, 2 deletions
@@ -334,5 +334,31 @@ ignore-docstrings=yes # spelling-dict=en_US -# pylint doesn't strip the words, so they have to all be jammed on one line in order to be recognized... :( -spelling-ignore-words=activestate,API,args,argv,bitbucket,BOM,boolean,BTW,builtin,builtins,bytecode,bytecodes,canonicalize,canonicalized,canonicalizes,codecs,config,configparser,configurability,configurability's,cov,coveragerc,covhtml,css,dict,dict's,dicts,dirname,django,docstring,docstrings,doctest,DOM,encodings,endfor,endif,eventlet,expr,filename,filenames,fname,fnmatch,fpath,fullcoverage,getattr,gevent,gevent's,GitHub,globals,greenlet,HTML,http,importlib,instancemethod,int,ints,iterable,iterables,jython,kwargs,matcher,matchers,merchantability,mixin,modulename,morf,morfs,multi,multi-line,namespace,namespaces,nano,nbsp,ned,nedbatchelder,nullary,num,OK,opcode,opcodes,optparse,os,outfile,parsable,parsers,pragma,pre,programmability,py,py's,pyc,pypy,pyw,rcfile,regex,regexes,renderer,settrace,sitecustomize,stackoverflow,stderr,stdlib,stdout,str,sys,templite,TODO,tokenization,tokenize,tokenized,tokenizer,tokenizes,tokenizing,traceback,tuple,tuples,txt,unittest,URL,UTF,utf,virtualenv,whitespace,wikipedia,wildcard,wildcards,XML,xrange +# 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-ignore-words= + x,activestate,API,args,argv, + x,bitbucket,BOM,boolean,BTW,builtin,builtins,bytecode,bytecodes, + x,canonicalize,canonicalized,canonicalizes,cmdline,codecs,colorsys,config,configparser, + x,configurability,configurability's,cov,coveragepy,coveragerc,covhtml,css, + x,dict,dict's,dicts,dirname,django,docstring,docstrings,doctest,DOM, + x,encodings,endfor,endif,eventlet,exe,execfile,executable's,expr, + x,filename,filenames,fname,fnmatch,fpath,fullcoverage, + x,getattr,gevent,gevent's,github,globals,greenlet, + x,HTML,http,https, + x,importlib,instancemethod,int,ints,iterable,iterables, + x,jython, + x,kwargs, + x,matcher,matchers,merchantability,mixin,modulename,morf,morfs,multi, + x,namespace,namespaces,nano,nbsp,ned,nedbat,nedbatchelder,nosetests,nullary,num, + x,OK,opcode,opcodes,optparse,os,outfile, + x,parsable,parsers,pragma,pre,programmability,py,py's,pyc,pyexpat,pypy,PYTHONPATH,pyw, + x,rcfile,regex,regexes,renderer, + x,settrace,setuptools,sitecustomize,stackoverflow,stderr,stdlib,stdout,str,sys, + x,templite,timestamp,TODO,tokenization,tokenize,tokenized,tokenizer,tokenizes, + x,tokenizing,traceback,tuple,tuples,txt, + x,ubuntu,undecodable,unexecuted,unittest,unparsable,unsubscriptable,untokenizable,URL,UTF,utf, + x,virtualenv, + x,whitespace,wikipedia,wildcard,wildcards, + x,XML,xrange, |
