summaryrefslogtreecommitdiff
path: root/epylint.py
Commit message (Collapse)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
| | | | Sorry. I'm not used to hg merges.
* 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
| | | | | | | This allows installing pylint in a buildout setup and *see* the eggs in the buildout. Since buildout modifies the installed scripts (like epyling) by prepending and assignment to ``sys.path[0:0]`` all the eggs, we need to make sure those path are the ones seen by pylint.
* 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 ↵Sylvain Th?nault2013-09-031-7/+18
| | | | | | to analyze and add some arguments checking Closes bitbucket issues #53 and #54.
* 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 ↵Sylvain Th?nault2012-09-141-5/+19
| | | | | | and pip. Closes #103949 uniformize run interface and update licensing on the way
* epylint: ensure it uses the same python/pylint version. Closes #87024Sylvain Th?nault2012-01-091-7/+9
| | | | also, drop usage of sub-shell on the way.
* apply patch provided by vijayendra bapte on the python projects list for ↵Sylvain Th?nault2011-01-031-1/+1
| | | | using epylint under windows environment
* doc: add manpages, update documentation about the projectEmile Anclin2010-12-151-6/+6
| | | | | | mention and document a bit epylint, pylint-gui and symilar gui.py : fix line length debian/control: Suggests instead of Recommends python-tk
* 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 thenault2009-01-281-1/+1
| | | | | identified by their first letter (eg IRCWEF) without the need for comma as separator
* add epylint.bat script to fix Windows installationSylvain Thenault2008-12-031-0/+25