summaryrefslogtreecommitdiff
path: root/tests/lint
Commit message (Expand)AuthorAgeFilesLines
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-122-2/+2
* Fix deprecation 'check function will only accept sequence of string' (#5218)Pierre Sassoulas2021-10-271-0/+6
* Create a OLD_DEFAULT_PYLINT_HOME constantsPierre Sassoulas2021-10-261-2/+3
* Normalize input of ``ignore-paths`` for all path types (#5201)Daniël van Noord2021-10-241-34/+70
* Move message adding functions from ``MessagesHandlerMixIn``Daniël van Noord2021-10-101-5/+5
* Move docs helper functions out of ``MessagesHandlerMixIn``Daniël van Noord2021-10-071-2/+2
* Refactor ``LinterStats`` (#5074)Daniël van Noord2021-10-071-3/+3
* Refactor test reporterDaniël van Noord2021-10-061-6/+48
* Spelling and grammar fixesVille Skyttä2021-09-171-1/+1
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-1/+1
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-162-8/+8
* Add typing to all calls to ``self.stats`` (#4973)Daniël van Noord2021-09-151-2/+3
* Remove test dependency mypy-extensions (#4969)Marc Mueller2021-09-051-1/+6
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-044-55/+69
* Remove the python3 porting mode from the codebasePierre Sassoulas2021-09-011-11/+2
* Migrate from ``appdirs`` to ``platformdirs`` (#4887)Pierre Sassoulas2021-08-211-2/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+3
* Permit to lint to the end in case of crash on a file (#4810)Pierre Sassoulas2021-08-123-1/+78
* Fix IsADirectoryError in tests/lint/unittest_lint (#4781)Michal Vasilek2021-08-011-1/+1
* Use `XDG_CACHE_HOME` for `PYLINTHOME` (#4661)Eisuke Kawashima2021-07-281-1/+2
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Fix copyright links (#4647)Marc Mueller2021-07-012-2/+2
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+2
* Fix existing codeMarc Mueller2021-06-101-4/+4
* Add `ignore-paths` to match against the full path. (#4516)Fabian Damken2021-05-271-11/+23
* Consider using with no assign (#4476)DudeNr332021-05-171-1/+2
* tests: Sort for comparison in test_expand_modulesStanislav Levin2021-04-281-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-112-2/+2
* Fix paths under windows with better path creationPierre Sassoulas2021-04-031-4/+4
* Add very basic tests for expand modulesPierre Sassoulas2021-04-031-1/+58
* Move utils.expand_module in its own file in lintPierre Sassoulas2021-04-031-0/+19
* Update copyright notice with copyritePierre Sassoulas2021-02-281-4/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-1/+3
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Remove a sys.pypy_version_info that can only fail and unskip a testPierre Sassoulas2021-02-071-10/+0
* Fix mypy error: os module has no attribute "_name"Pierre Sassoulas2021-02-071-1/+1
* Fix PytestCollectionWarning: cannot collect test class TestReporterPierre Sassoulas2020-11-281-7/+7
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-3/+3
* Simplify test for #3584.Martin Vielsmaier2020-09-101-3/+2
* Fix duplicate messages created by jobs>1.Martin Vielsmaier2020-09-101-0/+34
* Sets up copyrighthippo912020-08-201-0/+1
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-2/+1
* Fix consider using 'elif' instead of 'else if' in testsPierre Sassoulas2020-05-011-4/+3
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Revert pylint.Run's `exit` parameter to ``do_exit``Claudiu Popa2020-05-011-3/+3
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-3/+11
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-262-0/+809