summaryrefslogtreecommitdiff
path: root/tests/message
Commit message (Expand)AuthorAgeFilesLines
* [PyCQA migration] Upgrade links to the repositories in code and doc (#8514)Pierre Sassoulas2023-03-297-15/+15
* Changing flake8 to have max-line-length of 115 (#8362)Ollie2023-03-021-1/+2
* Add `magic-number` checker for comparison with literals (#7526)orSolocate2022-10-221-1/+1
* Use 'py-version' when accounting for max/min version of checker (#7580)Dani Alcala2022-10-131-5/+26
* Finish typing across the codebaseDaniël van Noord2022-09-091-1/+1
* Finish unfinished typing in non core directories (#7443)Daniël van Noord2022-09-091-1/+8
* [empty-comment] fix checker name in code and docs (#6996)Ville Skyttä2022-07-051-1/+1
* [pylint.message] Add a location attribute to 'pylint.Message'Pierre Sassoulas2022-06-291-0/+2
* Add support of sharing message in multiple checkers. Fix DeprecatedChecker ex...Matus Valo2022-06-162-2/+2
* [deleted messages] Add an exception for deleted messages in MessageIdStorePierre Sassoulas2022-06-041-2/+2
* [deleted messages] Refactor the constant to be able to give a reasonPierre Sassoulas2022-06-041-5/+6
* Use main instead of master as main checker name (#6569)Daniël van Noord2022-05-101-1/+1
* Fix typo in test_exclusivity_of_msgidsJacob Walls2022-04-291-1/+1
* Use an empty pylintrc for tests using project's pylintrc implicitelyPierre Sassoulas2022-04-261-7/+3
* Use ``python-typing-update`` on second half of the ``tests`` directoryDaniël van Noord2022-04-143-7/+12
* Make ``linter`` non-optional for ``BaseChecker`` (#6188)Daniël van Noord2022-04-113-0/+21
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-247-6/+10
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-246-0/+6
* Add a test to check that no old msgid or symbol are used (#5839)Pierre Sassoulas2022-02-261-0/+17
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-1/+1
* Add test for exclusivity of id names (#5615)Daniël van Noord2022-01-061-0/+48
* Fix typos accross the whole codebase (#5575)Pierre Sassoulas2021-12-211-4/+4
* Add ``end_lineno`` and ``end_col_offset`` to ``MessageLocationTuple`` (#5343)Daniël van Noord2021-11-221-0/+4
* Create a framework of functional tests for configuration files (#5287)Pierre Sassoulas2021-11-121-1/+1
* Type `add_message` and add `MessageLocationTuple` (#5050)Daniël van Noord2021-09-211-27/+22
* Add typing with `PyAnnotate` to `./tests` (#4950)Daniël van Noord2021-09-045-40/+58
* Fix copyright links (#4647)Marc Mueller2021-07-015-5/+5
* Refactor register_message_definition to prevent circular importPierre Sassoulas2021-06-021-1/+5
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-115-5/+5
* Refactor MessageId Store with a better error messagePierre Sassoulas2021-04-091-2/+2
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-4/+4
* Remove import and rename file to use pytest's conftest.pyPierre Sassoulas2020-04-204-18/+5
* [tests lint] Fix all W0611 unused-import in pylint's own testsPierre Sassoulas2020-04-203-4/+6
* [tests lint] Fix all 'no-self-use' in pylint's own testsPierre Sassoulas2020-04-202-24/+30
* Get rid of a bunch of yoda conditions in tests (misplaced-comparison-constant)Pierre Sassoulas2020-04-201-2/+2
* [tests lint] Fix all W0612 unused-variable in pylint's own testsPierre Sassoulas2020-04-202-4/+4
* [tox] Extend the black check to the relevant parts in testsPierre Sassoulas2020-04-201-2/+2
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-245-12/+2
* Refactor file checking for a simpler parallel API (#3016)Janne Rönkkö2019-10-181-1/+5
* [tests.message] Add a test for multiple messages with the same old namePierre Sassoulas2019-09-102-0/+53
* [pylint.message] Simplification with 1-1 link between symbol and msgidPierre Sassoulas2019-08-192-161/+190
* [tests.message] Create a test for MessageDefinition __str__Pierre Sassoulas2019-08-191-0/+9
* [pylint.message] Create a MessageDefinition.check_msgid functionPierre Sassoulas2019-08-192-13/+19
* [pylint.message] Create a MessageIdStore classPierre Sassoulas2019-08-193-0/+149
* [pylint.message] Rename MessagesStore to MessageDefinitionStorePierre Sassoulas2019-08-092-5/+5
* [pylint.message] Add unittests for MessageDefinitionPierre Sassoulas2019-08-061-0/+85
* [pylint.message] Remove MessageStore.add_renamed_messagePierre Sassoulas2019-08-061-17/+0
* Test - Handle the case where the msgid does not existPierre Sassoulas2019-06-201-1/+3
* Test - Add unittest for MessageStore format helpPierre Sassoulas2019-06-201-0/+25