summaryrefslogtreecommitdiff
path: root/pylint/epylint.py
Commit message (Expand)AuthorAgeFilesLines
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Make import from os.path more explicitPierre Sassoulas2021-03-311-8/+9
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Sets up copyrighthippo912020-08-201-1/+2
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-1/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+5
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Remove redundant compatibility code (#3097)Hugo van Kemenade2019-09-121-2/+0
* ``epylint.py_run`` defaults to ``python`` in case the current executable is n...Claudiu Popa2019-03-281-1/+4
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-15/+31
* Update copyright noticesClaudiu Popa2018-07-151-1/+5
* Remove six package usages. (#2151)Sushobhit2018-05-271-3/+2
* Fixes erroneous default arguments to epylint (#2001)Ryan McGuire2018-04-071-3/+2
* Fix shlex parsing error on Windows in epylint (#1941)thernstig2018-03-161-1/+1
* epylint: Remove incorrect docstringRadostin Stoyanov2018-03-031-6/+0
* Regenerate copyright noticesClaudiu Popa2017-12-151-0/+8
* Adding a check for ``inconsistent-return-statements`` inside function or meth...hippo912017-09-261-0/+1
* epylint: corrects msg-template object (#1311)Daniela Plascencia2017-02-081-2/+2
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-3/+6
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Use the current interpreter's epylint.lintClaudiu Popa2016-07-191-6/+7
* Run pylint from epylint using -c.Claudiu Popa2016-06-231-3/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-15/+4
* epylint.py_run does not crash on big files, using .communicate() instead of ....Claudiu Popa2016-03-281-2/+5
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-1/+1
* Fix multiple-imports error in epylint.pyClaudiu Popa2015-10-021-1/+2
* Fix some pylint warnings over pylint's codebase.Claudiu Popa2015-05-161-4/+4
* start removing checks from disabled list, fix code to make sure these pass: C...Mihai Balint2015-02-281-1/+2
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+176