summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
Commit message (Expand)AuthorAgeFilesLines
* Migrate from 'check_messages' to 'only_required_for_messages' (#6417)Pierre Sassoulas2022-04-211-4/+4
* Remove ``IAstroidChecker`` from ``__implements__``Daniël van Noord2022-04-191-2/+0
* Subclass ``BaseRawFileChecker`` and ``BaseTokenChecker``Daniël van Noord2022-04-191-2/+2
* Add typing to BaseChecker.process_token (#6273)Pierre Sassoulas2022-04-191-1/+1
* Use ``--py39-plus`` and ``--full-reorder`` in ``python-typing-update`` (#6313)Daniël van Noord2022-04-141-1/+2
* Replace .namespace with .config (#6316)Daniël van Noord2022-04-141-12/+12
* Use ``python-typing-update`` on ``pylint/checkers`` directoryDaniël van Noord2022-04-141-1/+4
* Remove the ``future_option_parsing`` keyword (#6253)Daniël van Noord2022-04-111-3/+0
* Use ``argparse`` config handler on three checkersDaniël van Noord2022-04-051-12/+16
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-1/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-27/+1
* Remove uses of ``NodeNG.doc`` in favour of ``doc_node``Daniël van Noord2022-03-151-3/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-3/+3
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-1/+1
* Format docstrings with ``pydocstringformatter``Daniël van Noord2022-01-021-6/+4
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Bump pylint to 2.12.0, update changelogv2.12.0Pierre Sassoulas2021-11-251-0/+2
* Add error codes to all ``type: ignore`` (#5329)Daniël van Noord2021-11-171-5/+5
* Unify all `<y or n>` metavars in option's help (#5229)Tushar Sadhwani2021-10-291-1/+1
* Enable for_any_all check (#5206)Nick Drozd2021-10-251-4/+1
* Refactor various typing related issues (#4940)Daniël van Noord2021-09-031-3/+5
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-3/+3
* 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-1/+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
* [pre-commit.ci] pre-commit autoupdate (#4438)pre-commit-ci[bot]2021-05-031-1/+1
* Update copyrite noticev2.8.2Pierre Sassoulas2021-04-261-0/+1
* Changes after black updateMarc Mueller2021-04-261-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Enhancement #3413 ``consider-using-with`` (#4372)DudeNr332021-04-231-1/+3
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* fixing comments to break into multiple linesEli Fine2021-04-101-1/+1
* obtaining list of comment directives to ignore from pylintrcEli Fine2021-04-101-12/+22
* Update pylint/checkers/spelling.pyEli Fine2021-04-101-3/+2
* removing extraneous line and adding clarifying commentEli Fine2021-04-101-1/+1
* skipping spellcheck for code flanked in backticksEli Fine2021-04-101-1/+23
* skipping spellcheck for tool directives in commentsEli Fine2021-04-101-12/+31
* Remove implicit concat in str shortened enough by blackPierre Sassoulas2021-04-041-2/+2
* Fix kwargs is not a supported in function get_tokenizerPierre Sassoulas2021-03-251-4/+6
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+4
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-2/+2
* Remove the # coding, since PEP3120 the default is UTF8Pierre Sassoulas2021-02-211-1/+0
* Move from format() to f-string where it makes sensePierre Sassoulas2021-02-161-14/+3
* Fix E301 expected 1 blank line, found 0Pierre Sassoulas2021-02-151-2/+14
* Improve sphinx directives spelling filterPedro Algarvio2020-10-141-2/+2
* Fix spell-checker crash on docstring lines that look like # commentsGanden Schaffner2020-09-231-1/+1
* Update formatting following black and isort updatePierre Sassoulas2020-09-101-2/+1
* Sets up copyrighthippo912020-08-201-1/+2