summaryrefslogtreecommitdiff
path: root/tests/unittest_reporting.py
Commit message (Expand)AuthorAgeFilesLines
* [reporters] Move the reporter tests in 'tests.reporter'Pierre Sassoulas2022-06-291-341/+0
* Add typing to various checkers (#6695)Daniël van Noord2022-05-251-0/+2
* Remove ``__implements__ = IReporter``Daniël van Noord2022-04-191-2/+0
* Fix option setting in our testsuiteDaniël van Noord2022-04-151-8/+2
* Use ``python-typing-update`` on half of the ``tests`` directory (#6317)Daniël van Noord2022-04-141-2/+5
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-7/+7
* Remove last use of ``config`` in ``PyLinter``Daniël van Noord2022-04-121-1/+8
* Use namespace in PyLinter and testsDaniël van Noord2022-04-051-8/+6
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-15/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-1/+2
* Fix #2399: Avoid negative scores by default (#5595)Jacob Walls2021-12-281-2/+2
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-2/+2
* Fix typos over the whole codebase (#5540)Kian Meng, Ang2021-12-171-1/+1
* Add typing to ``PyLinter.reporter`` (#5325)Daniël van Noord2021-12-031-1/+1
* Bump pylint to 2.12.2, update changelogv2.12.2Pierre Sassoulas2021-12-031-1/+1
* Add endLine and endColumn keys to JSONReporter (#5456)Marc Mueller2021-12-031-0/+4
* Update reporters to (allow) use of ``end_line`` and ``end_column`` (#5372)Daniël van Noord2021-11-241-0/+66
* Fix typo in pylintrc for useless-suppression (#5303)Daniël van Noord2021-11-231-1/+1
* Fix the deprecation of set_output in our code (#5209)Pierre Sassoulas2021-10-271-4/+14
* Add typing for ``json_reporter`` and sub-classesDaniël van Noord2021-09-161-2/+6
* Add typing to ``filepath`` (#4980)Daniël van Noord2021-09-161-1/+2
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Add unspecified-encoding checker #3826 (#4753)Daniël van Noord2021-07-281-1/+1
* Bump pylint to 2.9.3, update changelogv2.9.3Pierre Sassoulas2021-07-011-0/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Bump pylint to 2.9.0-dev1, update changelogPierre Sassoulas2021-06-171-0/+1
* Multiple `output-format` support (#4492)ruro2021-05-241-0/+178
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-3/+1
* Update copyright notice with copyritePierre Sassoulas2021-02-281-1/+1
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-0/+1
* Sets up copyrighthippo912020-08-201-1/+1
* Disable redefined-outer-name necessary by design with pytestPierre Sassoulas2020-05-011-0/+1
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-1/+3
* [tests lint] Fix all W0613 unused-argument in pylint's own testsPierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all E1101 no-member in pylint's own testsPierre Sassoulas2020-04-201-0/+1
* [tests lint] Fix all pointless-statement in pylint's own testsPierre Sassoulas2020-04-201-2/+3
* Stopped installing tests with packageAshley Whetter2019-06-201-0/+81