summaryrefslogtreecommitdiff
path: root/tests/lint
Commit message (Expand)AuthorAgeFilesLines
* Improve CPU count detection in cgroup environments and fix CI (#6098)Daniël van Noord2022-04-161-0/+2
* Deprecate ``get_global_option``Daniël van Noord2022-04-151-3/+2
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-142-6/+9
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-6/+6
* 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-1/+1
* Deprecate ``load_command_line_configuration``Daniël van Noord2022-04-111-1/+3
* Copy all of ``OptionsManagerMixIn`` methods into ``_ArgumentsManager`` (#6214)Daniël van Noord2022-04-071-1/+1
* Create ``_ArgumentsProvider``Daniël van Noord2022-04-061-1/+1
* Use namespace in PyLinter and testsDaniël van Noord2022-04-051-2/+2
* Use ``namespace`` in ``PyLinter``, ``Run`` and ``testutils`` (#6191)Daniël van Noord2022-04-051-4/+5
* Change how ``errors-mode`` is parsedDaniël van Noord2022-04-051-1/+2
* Move preprocessing of arguments into ``config`` directoryDaniël van Noord2022-04-041-34/+4
* Refactor ``find_default_config_files`` (#6067)Daniël van Noord2022-04-011-39/+2
* Deprecate ``find_pylintrc`` for removal in 3.0 (#6057)Daniël van Noord2022-03-311-7/+14
* 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