summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Make sure that --generate-rcfile generates a valid file (#6566)Daniël van Noord2022-05-101-0/+11
* Make sure that --generate-toml-config generates a valid file (#6564)Daniël van Noord2022-05-101-0/+15
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-095-4/+133
* Add regression test for #6497 (#6498)Jacob Walls2022-05-091-0/+6
* Add regression test for #6538 (#6553)Jacob Walls2022-05-091-0/+22
* Add regression test for #6539Jacob Walls2022-05-091-0/+3
* Pass ``msg_store`` and ``node`` to ``FileState`` (#6558)Daniël van Noord2022-05-092-1/+14
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-094-38/+0
* Add an exception for `IndexError` inside `uninferable_final_decorator` (#6532)Mark Byrne2022-05-071-0/+30
* Don't emit unsubscriptable-object for string annotations (#6536)Marc Mueller2022-05-076-8/+28
* Fix saving of persistent data files on different drives (#6526)Daniël van Noord2022-05-061-6/+59
* Change confidence for no-self-use to INFERENCEMarc Mueller2022-05-061-3/+3
* Add regression test of invalid-sequence-index false-positiveAndrew Haigh2022-05-061-0/+4
* Remove never run test (#6520)Daniël van Noord2022-05-061-10/+0
* spellcheck will skip the rule names of mypy inline directives (#5929)Eli Fine2022-05-061-1/+19
* Fix behavior of empty `--confidence` optionJacob Walls2022-05-051-0/+7
* Move caching to pylint.lint from pylint.config and deprecate (#6468)Pierre Sassoulas2022-05-053-0/+86
* Fix invalid-enum-extension with IntFlag (#6511)Marc Mueller2022-05-051-1/+6
* Disable duplicate-code warningsMarc Mueller2022-05-051-0/+5
* Move no-self-use to optional extension (#6448)Marc Mueller2022-05-0576-100/+167
* Move ``PYLINTHOME`` to constants and test it (#6509)Daniël van Noord2022-05-051-2/+40
* Exit gracefully for unrecognized command line options (#6506)Daniël van Noord2022-05-051-5/+6
* Fix the loading of unrelated tools options (#6356)Pierre Sassoulas2022-05-058-3/+43
* Activate the ``duplicate-code`` checker (#6121)Pierre Sassoulas2022-05-051-0/+10
* Regression tests for setup.cfg's options using the wrong section failing sile...Pierre Sassoulas2022-05-052-0/+12
* Do not report useless-suppression on duplicate-codeDaniël van Noord2022-05-054-0/+30
* Change default values of ``ignore-imports`` and ``ignore-signatures`` (#6500)Daniël van Noord2022-05-051-0/+2
* Change ``pyreverse`` outputDaniël van Noord2022-05-051-1/+1
* Change config values of ``ignore-imports`` and ``ignore-signatures``Daniël van Noord2022-05-051-10/+82
* Fix AstCallbackMethod typing (#6445)Marc Mueller2022-05-052-6/+10
* Add `comparison-of-constants` checker (#6413)omarandlorraine2022-05-0432-80/+155
* Enum: Add support for self-defined members (#5847)Huw Jones2022-05-042-0/+66
* C2901 & C2902: New checks for unnecessary lambda expression usage (#6004)Joe Young2022-05-0456-120/+199
* Update tests and testoptions for PyPyDaniël van Noord2022-05-039-22/+15
* Ignore underscore as a local variable (#6492)Andy Young2022-05-031-0/+24
* Avoid reporting useless-suppression on wrong-import-position (#5219) (#6347)Tim Martin2022-05-031-1/+5
* Prepare the functional test for #6444Pierre Sassoulas2022-05-022-2/+4
* Define the confidence in 'implicit-str-concat'Pierre Sassoulas2022-05-022-10/+10
* Resolve false negative for implicit str concat inside callsPierre Sassoulas2022-05-024-3/+24
* Add regression test for #6372Jacob Walls2022-05-021-0/+4
* Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-024-0/+39
* Add optional check `redefined-loop-name` (#5649)Jacob Walls2022-05-0113-20/+83
* Disable fixme for internal uses before we make it optional in #3512 (#6482)Pierre Sassoulas2022-05-013-3/+1
* Fix false positive for `undefined-loop-variable` for lambda in first of two l...Jacob Walls2022-05-011-0/+20
* Fix a false positive for `undefined-loop-variable` when a loop else raises or...Jacob Walls2022-05-011-0/+16
* Fix false positive for ``unused-variable`` when specifying a metaclass via a ...Jacob Walls2022-05-011-0/+10
* Check documentation examples for fatal errors (#6475)Jacob Walls2022-04-301-0/+1
* Functional tests for ``pyreverse`` (#6449)Andreas Finkler2022-04-308-0/+117
* Fix typo in test_exclusivity_of_msgidsJacob Walls2022-04-291-1/+1
* Avoid reporting superfluous-parens after an ``is not`` operator (#6451)Tim Martin2022-04-271-0/+7