summaryrefslogtreecommitdiff
path: root/epylint.py
Commit message (Expand)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-176/+0
* Fixed "standart" typosJakob Normark2014-11-061-7/+7
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-3/+4
* linting pylintSylvain Thénault2014-07-251-1/+1
* fix fsf addressSylvain Thénault2014-04-151-1/+1
* More fixes to merge.Manuel Vázquez Acosta2014-04-141-16/+2
* Fix merge error. Closes #133.Manuel Vázquez Acosta2014-04-141-2/+3
* Removes overloaded PYTHONPATH.Manuel Vázquez Acosta2014-04-141-7/+1
* Refactors the PYTHONPATH detector into a functionManuel Vázquez Acosta2014-01-061-23/+14
* Injects the current sys.path into `lint.py` subprocess envManuel Vázquez Acosta2014-01-061-3/+24
* various pylint fixesSylvain Thénault2013-12-221-15/+18
* fix way to get pylint.lint file as suggested in issue #106Sylvain Thénault2013-12-201-1/+2
* epylint command line was omitting optionsSylvain Thénault2013-10-071-14/+16
* some epylint enhancements: support options to give to pylint after the file t...Sylvain Thénault2013-09-031-7/+18
* update epylint to use msg-template rather than deprecated parseable reporterSylvain Thénault2013-07-311-1/+1
* fix epylint w/ python3. Closes issue #7Sylvain Thénault2013-07-311-2/+2
* don't pipe stderr, we don't read it and it may hang epylint. Closes issue #15Sylvain Thénault2013-06-191-2/+2
* create a console_scripts entry point to be used by easy_install, buildout and...Sylvain Thénault2012-09-141-5/+19
* epylint: ensure it uses the same python/pylint version. Closes #87024Sylvain Thénault2012-01-091-7/+9
* apply patch provided by vijayendra bapte on the python projects list for usin...Sylvain Thénault2011-01-031-1/+1
* doc: add manpages, update documentation about the projectEmile Anclin2010-12-151-6/+6
* fix epylint : use new optionsEmile Anclin2010-05-111-1/+1
* include vincent patch for #5821Sylvain Thénault2009-12-181-1/+54
* include Dotan Barak spell fixes patchSylvain Thénault2009-11-231-1/+1
* improved flymake code and doc provided by Derek HarlandSylvain Thénault2009-08-061-19/+90
* change [en|dis]able-msg-cat options: only accept message categoriesSylvain Thénault2009-01-281-1/+1
* add epylint.bat script to fix Windows installationSylvain Thénault2008-12-031-0/+25