summaryrefslogtreecommitdiff
path: root/pylint/checkers/misc.py
Commit message (Expand)AuthorAgeFilesLines
* Add a pre-commit hook to check the copyright noticePierre Sassoulas2022-03-241-2/+1
* Simplify hard to maintain copyright noticePierre Sassoulas2022-03-241-23/+1
* Upgrade ``pydocstringformatter`` to ``0.5.0`` (#5910)Daniël van Noord2022-03-131-1/+3
* Fix matching note tags with a non-word char last (#5859)dbrookman2022-03-041-2/+2
* Update ``pydocstringformatter`` to 0.4.0 (#5787)Daniël van Noord2022-02-101-4/+4
* [pre-commit.ci] pre-commit autoupdate (#5758)pre-commit-ci[bot]2022-02-011-2/+2
* Add typing and uniformize the checker registering in Pylinter (#5558)Pierre Sassoulas2021-12-271-3/+5
* Merge ``MessagesHandlerMixIn`` into ``PyLinter`` (#5136)Daniël van Noord2021-10-171-4/+10
* Bump pylint to 2.11.0, update changelogv2.11.0Pierre Sassoulas2021-09-161-0/+1
* Add typing to most reference of ``stream``Daniël van Noord2021-09-131-2/+9
* Type ``process_module`` and update argument namesDaniël van Noord2021-09-131-5/+7
* Add ``Consider-using-f-string`` checker (#4796)Daniël van Noord2021-08-301-1/+1
* Bump pylint to 2.10.0, update changelogv2.10.0Pierre Sassoulas2021-08-201-0/+1
* Change some if/assign blocks to if-expressionsNick Drozd2021-08-201-4/+1
* Fix copyright links (#4647)Marc Mueller2021-07-011-1/+1
* Prepare for 2.8.0 releasepylint-2.8.0Pierre Sassoulas2021-04-241-0/+1
* Rename copying to license and upgrade the setup.cfg (#4338)Pierre Sassoulas2021-04-111-1/+1
* Replace mapMarc Mueller2021-04-031-1/+1
* better docstring in message handler mixinPierre Sassoulas2021-03-311-2/+0
* Prepare 2.7.3 release (#4261)pylint-2.7.32.7Pierre Sassoulas2021-03-291-0/+1
* Fix column index of FIXME warnings (#4246)Konstantina Saketou2021-03-251-2/+1
* Fix false negative 'use-symbolic-message-instead' and optimize itPierre Sassoulas2021-03-171-5/+4
* Apply copyrite --contribution-thresholdPierre Sassoulas2021-02-211-2/+3
* Move from % string formatting syntax to f-string or .format()Pierre Sassoulas2021-02-211-1/+1
* 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/+4
* Converting the strings in the values list to upper case serves no purpose as ...wtracy2020-10-021-1/+0
* Merge branch 'master' into bug_pylint_3468hippo912020-09-031-1/+1
|\
| * Sets up copyrighthippo912020-08-201-1/+1
* | Corrects some inconsistent-return-statements occurenceshippo912020-08-201-0/+1
|/
* Add missing copyright annotations for the past releasesClaudiu Popa2020-04-271-2/+8
* Refactor - Move the content of lint.py in its own packagePierre Sassoulas2020-04-261-1/+1
* pyupgrade: automated removal of python2 constructsAnthony Sottile2020-03-241-1/+0
* Add notes-rgx option for fixme checker (#3394)Benny2020-02-131-3/+16
* Add support for disabling line-too-long for multilines stringshippo912019-11-191-4/+14
* Removed Python 2 specific checksClaudiu Popa2019-09-171-12/+3
* Fix a bunch of linting errors from the codebaseClaudiu Popa2019-05-221-3/+1
* Pass the line number for bad-inline-option instead of passing the actual lineClaudiu Popa2019-05-191-1/+1
* Refactor - Avoid intra-packages circular dependencies for constantsPierre Sassoulas2019-03-291-1/+1
* Style - Apply isort on all apllicable filesPierre Sassoulas2019-03-201-4/+3
* Refactor - Create a pylint.message packagePierre Sassoulas2019-03-091-1/+2
* Still use a regular expression for the FIXME checkClaudiu Popa2019-02-051-8/+17
* Make the list a generator and continue when there is an error in the fixme lo...Claudiu Popa2019-01-201-4/+4
* Fixme should be triggered only in commentsRogalski, Lukasz2019-01-201-62/+41
* Adding implicit-str-concat-in-sequence check (#1655)Lucas Cimon2018-10-101-1/+1
* Reformat the code with blackClaudiu Popa2018-09-171-41/+72
* Simplify fixme regexVille Skyttä2018-07-261-12/+2
* Add column offset to fixmes (#2319)Ville Skyttä2018-07-231-1/+2
* Update copyright noticesClaudiu Popa2018-07-151-2/+2
* fixme check accounts for lowercase todosClaudiu Popa2018-04-241-3/+3