summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Switch to isort 5 for pylint's own codeDamien Baty2020-08-181-3/+2
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+7
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Improve help for options (#2986)Peter Kolbus2019-07-091-6/+6
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-3/+3
* Correct word pointed when the same word has more than one error in the same lineagutole2019-05-141-3/+11
* Style - Re-Apply black following the isort cleanupPierre Sassoulas2019-03-201-1/+0
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-4/+5
* Revert "Replace StopIterationCalls in ForwardSlashChunker with returns."Claudiu Popa2018-11-281-5/+5
* Replace StopIterationCalls in ForwardSlashChunker with returns.Claudiu Popa2018-11-281-5/+5
* Fix mypy errors caused by black autoformatting the type commentsClaudiu Popa2018-09-171-2/+2
* Reformat the code with blackClaudiu Popa2018-09-171-93/+145
* first make mypy pass by ignoring typessolanki2018-08-211-3/+3
* Remove occurrences of removed checksClaudiu Popa2018-08-161-1/+1
* Update copyright noticesClaudiu Popa2018-07-151-0/+3
* standardize help strings a bit (#2207)Mike Frysinger2018-06-201-2/+2
* Completely remove six shims from the codebaseSushobhit2018-05-301-10/+1
* pyupgrade (#2136)Anthony Sottile2018-05-221-1/+1