summaryrefslogtreecommitdiff
path: root/tests/lint
Commit message (Expand)AuthorAgeFilesLines
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-245-3/+13
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-242-36/+3
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-102-6/+6
* Emit the crash issue template for more exceptions and crashes (#5743)Daniël van Noord2022-01-291-0/+17
* Add ``DeprecationWarning`` for non-string ``current_name`` & ``file`` (#5580)Daniël van Noord2022-01-271-4/+8
* Rename ``init_linter`` fixture to ``initialized_linter``, add filename (#5581)Daniël van Noord2021-12-211-19/+21
* Fix unexpected types used in 'get_global_option' (#5555)Pierre Sassoulas2021-12-201-1/+1
* Fix #4761: Emit `used-before-assignment` where single assignment only made in...Jacob Walls2021-12-111-1/+1
* Require Python 3.6.2 (#5068)Marc Mueller2021-11-251-7/+1
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-1/+1
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-3/+0
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-2/+18
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-1/+1
* 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