| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix inaccurate docstring; closes #4274 (#4336) | bernie gray | 2021-04-11 | 1 | -1/+1 |
* | Add generic alias test cases (#4239) | Marc Mueller | 2021-04-10 | 31 | -0/+1260 |
* | Update ``astroid`` to 2.5.3 (#4334) | Marc Mueller | 2021-04-10 | 7 | -3/+25 |
* | Force encoding in reading of setup.cfg to utf-8 (#4329) | Sebastian Müller | 2021-04-10 | 3 | -1/+7 |
* | fixing comments to break into multiple lines | Eli Fine | 2021-04-10 | 2 | -6/+12 |
* | obtaining list of comment directives to ignore from pylintrc | Eli Fine | 2021-04-10 | 3 | -16/+49 |
* | Update pylint/checkers/spelling.py | Eli Fine | 2021-04-10 | 1 | -3/+2 |
* | removing extraneous line and adding clarifying comment | Eli Fine | 2021-04-10 | 1 | -1/+1 |
* | skipping spellcheck for code flanked in backticks | Eli Fine | 2021-04-10 | 3 | -34/+72 |
* | skipping spellcheck for tool directives in comments | Eli Fine | 2021-04-10 | 3 | -14/+103 |
* | Enable loading of plugins in functional tests (Fix 4331) (#4332) | DudeNr33 | 2021-04-09 | 6 | -2/+24 |
* | Update pylint/config/option_manager_mixin.py | Pierre Sassoulas | 2021-04-09 | 1 | -1/+2 |
* | More explicit comment in flake8 configuration | Pierre Sassoulas | 2021-04-09 | 1 | -1/+1 |
* | Fix some typo and create better docstrings | Pierre Sassoulas | 2021-04-09 | 2 | -23/+20 |
* | Refactor MessageId Store with a better error message | Pierre Sassoulas | 2021-04-09 | 3 | -11/+18 |
* | More modular code for enable/disable in pylinter | Pierre Sassoulas | 2021-04-09 | 1 | -2/+2 |
* | Formatting | hippo91 | 2021-04-09 | 2 | -7/+5 |
* | Adds an entry | hippo91 | 2021-04-09 | 1 | -0/+4 |
* | Setup formatting of new and old scores | hippo91 | 2021-04-09 | 1 | -2/+2 |
* | diff_string is made public | hippo91 | 2021-04-09 | 1 | -0/+2 |
* | Revert "Refactor - Remove unused and untested code in utils" | hippo91 | 2021-04-09 | 4 | -9/+45 |
* | Don't show DuplicateBasesError for attribute access (#4317) | Marc Mueller | 2021-04-08 | 3 | -1/+8 |
* | Bug pylint 4019 (#4311) | hippo91 | 2021-04-08 | 4 | -0/+31 |
* | Upgrade the documentation and fix inconsistencies | Pierre Sassoulas | 2021-04-08 | 3 | -14/+20 |
* | Upgrade contribute doc with discord server and fix typoes | Pierre Sassoulas | 2021-04-08 | 1 | -19/+19 |
* | test: fix fail_under regression | chohner | 2021-04-07 | 4 | -30/+35 |
* | test: dont fail on same score | chohner | 2021-04-07 | 1 | -1/+1 |
* | pass if score equals fail_under | chohner | 2021-04-07 | 3 | -2/+4 |
* | Add prettier to the pre-commit configuration | Pierre Sassoulas | 2021-04-07 | 12 | -111/+132 |
* | Add editable install in requirements_test_min.txt | Pierre Sassoulas | 2021-04-07 | 2 | -4/+1 |
* | Fix false-positive used-before-assignment in function returns | Marc Mueller | 2021-04-07 | 4 | -14/+29 |
* | Fix some LGMT errors - unreachable-statement | Marc Mueller | 2021-04-07 | 2 | -2/+0 |
* | Bug pylint 4122 (#4304) | hippo91 | 2021-04-07 | 4 | -1/+66 |
* | Update pre-commit requirement from ~=2.11 to ~=2.12 | dependabot[bot] | 2021-04-07 | 1 | -1/+1 |
* | Add configuration file to change the setting in read the doc | Pierre Sassoulas | 2021-04-06 | 2 | -0/+12 |
* | Remove duplication of requirement file for doc | Pierre Sassoulas | 2021-04-06 | 3 | -4/+3 |
* | Use prescriptve description for unidiomatic-typecheck | DudeNr33 | 2021-04-06 | 3 | -15/+19 |
* | Remove 'deprecated' option zip_safe from setup.cfg | Pierre Sassoulas | 2021-04-05 | 1 | -1/+0 |
* | Remove Manifest.in as setup.cfg works after removing cache | Pierre Sassoulas | 2021-04-05 | 2 | -6/+4 |
* | Pin astroid precisely in test requirements | Pierre Sassoulas | 2021-04-05 | 1 | -5/+7 |
* | Remove setup.py from the hashed files | Pierre Sassoulas | 2021-04-05 | 1 | -4/+4 |
* | Update Changelog following migration to setuptools | Pierre Sassoulas | 2021-04-05 | 1 | -1/+5 |
* | Autoformat tox.ini after failing to move it to setup.cfg | Pierre Sassoulas | 2021-04-05 | 1 | -17/+10 |
* | Add discord server in project url | Pierre Sassoulas | 2021-04-05 | 1 | -0/+1 |
* | Update travis job as easy_install is not used anymore | Pierre Sassoulas | 2021-04-05 | 1 | -4/+0 |
* | Add setup-cfg-fmt in pre-commit configuration | Pierre Sassoulas | 2021-04-05 | 2 | -26/+30 |
* | Remove .isort.cfg in favor of setup.cfg | Pierre Sassoulas | 2021-04-05 | 2 | -7/+8 |
* | Remove pytest.ini in favor of setup.cfg | Pierre Sassoulas | 2021-04-05 | 3 | -7/+5 |
* | Fix test failing if setup.py is not a launchable script | Pierre Sassoulas | 2021-04-05 | 2 | -5/+7 |
* | Exclude everything from the final packaging | Pierre Sassoulas | 2021-04-05 | 2 | -14/+5 |