summaryrefslogtreecommitdiff
path: root/examples
Commit message (Collapse)AuthorAgeFilesLines
* error E0201 is obsolete - now E1101remove-E0201-referencesAnentropic2015-11-181-1/+1
|
* Various changes related to docsMichal Nowikowski2015-02-271-2/+11
| | | | | | | | - added Changelog to docs - added list of contributors to docs - updated CONTRIBUTORS info - slight formating changes in Changelog - updated auto-generated man page and example pylintrc
* Backed out changeset 406c23c24795Michal Nowikowski2015-02-281-11/+2
|
* Various changes related to docsMichal Nowikowski2015-02-271-2/+11
| | | | | | | | - added Changelog to docs - added list of contributors to docs - updated CONTRIBUTORS info - slight formating changes in Changelog - updated auto-generated man page and example pylintrc
* Update the examples to the new message format.Claudiu Popa2015-01-031-1/+3
|
* Use the new Module.stream, since Module.file_stream is deprecated.Claudiu Popa2015-01-031-4/+5
|
* Documentation improvementsdocs-improvements-2Michal Nowikowski2014-11-041-68/+103
| | | | | | | | - added intros to features page, - fixed PyLint to Pylint in text, - improved ide-integration doc page, - updated pylintrc in examples and - regenerated pylint manual
* regenerated example pylintrc and man page (though they should be removed ↵Sylvain Th?nault2014-07-251-1/+4
| | | | from the repo at some point)
* regenerate doc/example/manSylvain Th?nault2014-04-181-33/+100
|
* Extend the line length check.Torsten Marek2013-06-171-0/+2
|
* astng has been renamed astroidDavid Douard2013-06-171-8/+8
|
* regenerate generated documentationSylvain Th?nault2013-04-161-47/+72
|
* add note about soon useless stream.seek()Sylvain Th?nault2011-10-261-3/+1
|
* add regular expression support for generated-members (closes #69738)Alain Leufroy2011-07-081-2/+3
| | | | proposed: by Bruno Clermont
* py3k: need to handle guess_encoding in astngEmile Anclin2010-11-221-6/+8
| | | | | | | | | | 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?
* doc : more update on optionsEmile Anclin2010-10-251-2/+2
|
* example: updated examples/pylintrc by using --generate-rcfileEmile Anclin2010-10-251-147/+79
|
* proper update of report identifiers to avoid collision with message in the ↵Sylvain Th?nault2010-05-251-3/+3
| | | | Refactoring category
* update custom checker in example/custom.pyEmile Anclin2010-03-221-9/+7
| | | | We don't use compiler.ast nodes, but astng nodes.
* remove cache_size option: it was desactivated anywayEmile Anclin2010-03-221-3/+0
|
* include Dotan Barak spell fixes patchSylvain Th?nault2009-11-231-8/+8
|
* several documentation changesEmile Anclin2008-09-151-69/+69
|
* makefile fixSylvain2008-02-071-3/+3
|
* regenerated documentationSylvain2008-02-071-3/+7
|
* regenerate docSylvain2007-03-071-2/+34
|
* doc updateSylvain2006-12-271-1/+1
|
* prepared new versionAdrien Di Mascio2006-08-101-122/+43
|
* forget the past.root2006-04-264-0/+445
forget the past.