summaryrefslogtreecommitdiff
path: root/checkers/misc.py
Commit message (Collapse)AuthorAgeFilesLines
* Move all package files to a pylint package.Ionel Cristian Maries2015-02-141-104/+0
|
* Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-031-6/+5
|
* Don't call unicode() directlyBrett Cannon2014-08-291-1/+2
|
* Modernize to the point of working for Python 2.7 stillBrett Cannon2014-08-291-1/+1
|
* Notes (TODO, XXX etc) are now searched for using a simple `in` before ↵carl2014-08-211-0/+11
| | | | resorting to the regular expression, in order to avoid using the regexp on every line and to prevent a pathological problem for extremely long lines (50k+ characters)
* fixme regex handles comments without spaces after the hash. Closes issue #311.cpopa2014-08-111-1/+1
|
* Fix a false positive regarding W0511. Closes issue #149.Alexandru Coman2014-07-091-2/+2
|
* Code refactoring.Alexandru Coman2014-07-091-7/+6
|
* Fixing Issue #149 (W0511 false positive)Alexandru Coman2014-07-091-14/+18
|
* Only emit symbolic warnings from the misc checker.Torsten Marek2014-04-171-2/+2
|
* Updated FSF address.Arun Persaud2014-02-231-1/+1
|
* some pylint and style fixesSylvain Th?nault2013-07-311-2/+2
|
* Do not emit [fixme] for every line if the config value 'notes' is empty, but ↵Torsten Marek2013-07-241-2/+5
| | | | | | [fixme] is enabled. Also added a very basic test for checkers/misc.py.
* Ignore invalid-encoded-data on python3Julien Cristau2013-06-191-1/+2
| | | | It became a syntax error.
* python3: deal with astroid's module.file_stream returning bytesJulien Cristau2013-06-191-4/+5
| | | | | Use tokenize.tokenize() which wants a byte stream. Everywhere else, decode as necessary.
* Fix a typo (unexcepted -> unexpected) in the description of the invalid ↵Torsten Marek2013-06-191-1/+1
| | | | encoding warning.
* Added a new warning 'invalid-encoded-data' for files that contain an ↵Torsten Marek2013-06-191-5/+21
| | | | | | encoding, but whose contents cannot be decoded with this encoding.
* Clean up misc checker, use single regex instead of several ones.Torsten Marek2013-06-191-17/+8
|
* astng has been renamed astroidDavid Douard2013-06-171-1/+1
|
* Closes #104572: symbolic warning names in output (by Martin Pool)Martin Pool2012-09-191-0/+1
| | | | triggered whatever the format using a command line option
* pylint fixesSylvain Th?nault2012-08-221-1/+1
|
* add note about soon useless stream.seek()Sylvain Th?nault2011-10-261-1/+1
|
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-49/+4
| | | | | | | | | | Astng will try to find the right encoding and provide the right "stream" interface for the Pylint checkers. Reading a stream with the wrong encoding in py3k will generate a UnicodeError. The introduced a 'F0010' failure should maybe be replaced by E0501, E0502 and F0002? However, can we call 'unexpected errors' the ASTNGBuildingExceptions that we raise in logilab.astng.builder?
* 223 : run python2.x compatible fixersEmile Anclin2010-11-151-1/+1
|
* cleanup: we don't support python 2.2 anymoreEmile Anclin2010-11-081-6/+0
|
* use generic disable / enable methods and inline optionSylvain Th?nault2010-04-191-1/+1
|
* d-t-wSylvain Th?nault2010-04-161-10/+10
|
* copyright update : date up 2010Emile Anclin2010-03-231-1/+1
|
* set E0501 line no to the first line where non ascii character has been foundsylvain thenault2009-03-231-8/+9
|
* check ChangeLogsyt2006-05-091-1/+1
|
* forget the past.root2006-04-261-0/+127
forget the past.