summaryrefslogtreecommitdiff
path: root/pylint/checkers/misc.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a new checker against using numeric ids instead of symbolic idshippo912018-03-051-13/+38
* Forgot to import the module and to return the new decoded lineClaudiu Popa2018-01-251-1/+1
* Rip some of the six imports from the codebaseClaudiu Popa2018-01-251-3/+1
* Regenerate copyright noticesClaudiu Popa2017-12-151-2/+10
* Remove non-ascii and non-displayable character from the fileClaudiu Popa2017-12-121-1/+1
* Fixes ``pylint disable=fixme` directives ignored for comments following the l...hippo912017-12-111-4/+37
* Fix crash if bad encoding goes after docstring (#1443)Mikhail Fesenko2017-05-221-2/+11
* Fix CLI output for fixme messagesŁukasz Rogalski2016-12-101-1/+1
* Even more granular copyrights (thanks to copyrite)Claudiu Popa2016-07-231-2/+5
* Keep a consistent copyright notice across the board.Claudiu Popa2016-07-191-5/+5
* Add the new shorter license header, including to missing files. Close #894.Claudiu Popa2016-06-011-12/+3
* Fix #793 [MISCELLANEOUS] code tag without message doesn't trackglegoux2016-01-231-1/+1
* Fix new import related errors in pylint's codebase.Claudiu Popa2015-11-251-1/+2
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-0/+104