summaryrefslogtreecommitdiff
path: root/pylint/checkers/spelling.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Regenerate copyright noticesClaudiu Popa2017-12-151-1/+8
* Fix `camelCase` spelling regex. (#1767)Pedro Algarvio2017-12-141-1/+1
* Disable no-init and old-style-class for enchant helper mocks (#1621)Łukasz Rogalski2017-08-141-0/+1
* spelling checker: parametrize count of suggestionsŁukasz Rogalski2017-08-071-3/+7
* Fix lintClaudiu Popa2017-07-231-2/+0
* TypoClaudiu Popa2017-07-231-2/+2
* Fix the tests and some small refactoringClaudiu Popa2017-07-231-9/+4
* Improve the spelling checker with a couple of new changes:Pedro Algarvio2017-07-231-34/+121
* Fix crash if bad encoding goes after docstring (#1443)Mikhail Fesenko2017-05-221-2/+2
* Add various improvements to the spelling checkerPedro Algarvio2017-01-191-39/+38
* Ignore shebang's, coding lines and pylint comments (#1250)Pedro Algarvio2016-12-301-0/+9
* Add new checker len-as-condition (#1154)Alexander Todorov2016-11-291-3/+3
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+4
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-0/+2
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-14/+3