summaryrefslogtreecommitdiff
path: root/pylint/lint
Commit message (Expand)AuthorAgeFilesLines
* Move ``merge_stats`` to ``checkerstats.py``Daniël van Noord2021-10-011-25/+4
* py-version-check help fixesVille Skyttä2021-09-171-1/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-164-62/+67
* Add typing in ``pylint.reporters`` (#5004)Pierre Sassoulas2021-09-161-5/+5
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-153-19/+45
* Change lines to lists (#5009)Daniël van Noord2021-09-141-2/+2
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-9/+11
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-3/+3
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-012-50/+0
* Add `consider-using-assignment-expr` to `CodeStyleChecker` (#4876)Marc Mueller2021-08-301-0/+12
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-304-14/+10
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-4/+1
* Prevent crashing when it's impossible to create the issue templatePierre Sassoulas2021-08-181-4/+7
* Add extension check against use of while loops (#4860)Nick Drozd2021-08-181-3/+3
* Simplification in error handling inside Pylinter (#4834)Pierre Sassoulas2021-08-121-5/+2
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-122-3/+83
* Revert "Extended consider-using-tuple check to cover 'in' comparisons (#4768)"Marc Mueller2021-08-121-1/+1
* Add ``disable-next`` option (#4797)Daniël van Noord2021-08-051-2/+6
* Refactor ``--list-msgs`` & ``--list-msgs-enabled`` (#4793)Daniël van Noord2021-08-032-15/+17
* Extended consider-using-tuple check to cover 'in' comparisons (#4768)Marc Mueller2021-07-291-1/+1
* Similar check: Passe min_lines to recombined.Julien Palard2021-07-281-1/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-282-4/+7
* Linted and re-added None check of score.Mark Bell2021-07-171-1/+1
* Added unit tests and allow fail-under to apply even when the score is exactly...Mark Bell2021-07-171-1/+1
* Changed exit logic.Mark Bell2021-07-172-8/+9
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-016-6/+6
* No crash on bad plugin provided in configuration filePierre Sassoulas2021-06-171-5/+16
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-272-19/+36
* Multiple `output-format` support (#4492)ruro2021-05-241-21/+53
* Bump pyupgrade from 2.16.0 to 2.18.1 (#4496)dependabot[bot]2021-05-241-5/+3
* [pre-commit.ci] pre-commit autoupdate (#4438)pre-commit-ci[bot]2021-05-031-1/+1
* Add --fail-on option (#4227) (#4398)Dr. Nick2021-05-022-1/+55
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Enhancement 1070 file output (#4339)DudeNr332021-04-231-2/+29
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-1/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-116-6/+6
* Fix some typo and create better docstringsPierre Sassoulas2021-04-091-9/+5
* More modular code for enable/disable in pylinterPierre Sassoulas2021-04-091-2/+2
* pass if score equals fail_underchohner2021-04-071-1/+1
* Fix some LGMT errors - unreachable-statementMarc Mueller2021-04-071-1/+0
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-1/+1
* Add comment on get_python_pathPierre Sassoulas2021-04-031-0/+2
* Factorize checks in expand_modulesPierre Sassoulas2021-04-031-5/+5
* Format docstring of expand_modulesPierre Sassoulas2021-04-031-9/+2
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-033-3/+147
* Import astroid with import x or from x import y but not bothPierre Sassoulas2021-03-281-7/+8
* Add extension-pkg-allow-list optionPeter Kolbus2021-03-091-2/+21
* Reduce 'blacklist' term for ignored filesPeter Kolbus2021-03-091-3/+3
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+2