summaryrefslogtreecommitdiff
path: root/tests/regrtest_data
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-292-2/+2
* Support Implicit Namespace Packages (PEP 420) (#8153)Alexey Pelykh2023-02-093-0/+10
* Add import-based submodule detection for preferred-modules (#8186)Dave Bunten2023-02-081-0/+3
* Fix no-name-in-module when variable is same as module name (#8169)Dani Alcala2023-02-074-0/+9
* Add `--allow-reexport-from-package` option (#8124)Marc Mueller2023-01-282-0/+3
* Add test for existing preferred-modules functionality (#8093)Dave Bunten2023-01-241-0/+3
* Add test for ModuleNotFoundError fixDaniel Harding2022-12-153-0/+32
* add test and expl for line-too-long useless-supp FP (#7887)Dani Alcala2022-12-031-0/+2
* Fix a false negative for ``unused-import`` (#7621)Mark Byrne2022-10-292-0/+6
* Fix astroid-error for parsing module encoding (#7663)Dani Alcala2022-10-233-0/+3
* Raise ``syntax-error`` correctly on invalid encodings (#7553)Daniël van Noord2022-10-021-0/+1
* Remove Python 2 code from the tests & refactor (#7320)Mark Byrne2022-08-182-5/+4
* Respect ignore configuration options when --recursive=y. (#6528)Matus Valo2022-05-131-0/+1
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Fix disabling of ``bad-option-value`` (#6556)Daniël van Noord2022-05-091-0/+100
* Revert "Do not append namespace packages to sys.path (#6405)" (#6548)Pierre Sassoulas2022-05-092-5/+0
* Do not report useless-suppression on duplicate-codeDaniël van Noord2022-05-053-0/+12
* Do not append namespace packages to sys.path (#6405)Daniël van Noord2022-05-022-0/+5
* Fix regression with ``ignore-imports`` (#6358)Daniël van Noord2022-04-163-0/+10
* Add ``unrecognized-option`` message (#6330)Daniël van Noord2022-04-151-3/+0
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-1/+1
* Use ``namespace`` for ``ignore`` and ``ignore_patterns``Daniël van Noord2022-04-111-1/+1
* Handle missing keys in option dictionariesDaniël van Noord2022-04-111-0/+2
* Optimize handling of long lines for checkers like 'missing-final-newline' (#5...Sergey B Kirpichev2022-03-161-0/+1
* Add regression test for #5679 (#5725)Daniël van Noord2022-03-123-0/+151
* Allow disabling ``duplicate-code`` with a disable comment (#5446)Daniël van Noord2022-03-0435-0/+278
* Lint all files in a directory by expanding arguments (#5682)Matus Valo2022-02-066-0/+0
* Add a checker for misleading unicode (#5311)Kound2022-01-135-0/+15
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-1/+1
* Fixed extremely long processing of long lines with comma's (#5534)Daniël van Noord2021-12-171-0/+2
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Fix ``relative-beyond-top-level`` false positiveDaniël van Noord2021-10-1715-0/+27
* Fix loop in too-many-ancestors when an inheritance cycle is inferred (#5062)Andrew Haigh2021-09-242-0/+7
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-041-1/+2
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-014-33/+1
* Added unit tests and allow fail-under to apply even when the score is exactly...Mark Bell2021-07-172-0/+23
* test: fix fail_under regressionchohner2021-04-073-14/+10
* Fix testsMarc Mueller2021-02-281-0/+0
* Fix a crash in parallel mode when the module's filepath is not setClaudiu Popa2020-06-201-0/+0
* Chore: use https links (#3679)谭九鼎2020-06-111-2/+2
* Fix a bug with `ignore-docstrings` ignoring all lines in a moduleClaudiu Popa2020-06-082-0/+22
* Fix trailing whitespaces and trailing newlinesPierre Sassoulas2020-05-037-7/+6
* Improve the testing around the new --fail-under flagClaudiu Popa2019-11-212-0/+24
* Fixed an ``AttributeError`` caused by improper handling of ``dataclasses`` in...Claudiu Popa2019-11-211-0/+13
* Removed Python 2 specific checksClaudiu Popa2019-09-171-1/+1
* Stopped installing tests with packageAshley Whetter2019-06-2046-0/+1352