summaryrefslogtreecommitdiff
path: root/pylint/lint/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* check_parallel| Fixups imports after file-moveFrank Harrison2020-10-191-1/+1
* Add __all__ in __init__.py so all import are usedPierre Sassoulas2020-09-221-0/+13
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-6/+21
* [lint package refactor] Create a file for the Run classPierre Sassoulas2020-04-261-407/+1
* [lint package refactor] Create a file for pylinterPierre Sassoulas2020-04-261-1170/+3
* [lint package refactor] Create a file for check_parallelPierre Sassoulas2020-04-261-104/+2
* [lint package refactor] Create a file for the utility functionsPierre Sassoulas2020-04-261-72/+6
* [lint package refactor] Create a file for the report functionsPierre Sassoulas2020-04-261-72/+5
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-0/+1884