diff options
author | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-02-07 09:56:27 +0100 |
---|---|---|
committer | Sylvain Thénault <sylvain.thenault@logilab.fr> | 2008-02-07 09:56:27 +0100 |
commit | a8d9a5b71c40ee42e9c3bfe470cf4b2de83f01fc (patch) | |
tree | c2d73686aca4a68b7405a2bb5856e1c4cf785ba9 /examples | |
parent | c68072ba3538c9afb8bf4830c9154633d9bdddf7 (diff) | |
download | pylint-git-a8d9a5b71c40ee42e9c3bfe470cf4b2de83f01fc.tar.gz |
makefile fix
Diffstat (limited to 'examples')
-rw-r--r-- | examples/pylintrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/pylintrc b/examples/pylintrc index 56b079125..f674e19e4 100644 --- a/examples/pylintrc +++ b/examples/pylintrc @@ -1,6 +1,6 @@ # lint Python modules using external checkers. # -# This is the main checker controling the other ones and the reports +# This is the main checker controlling the other ones and the reports # generation. It is itself both a raw checker and an astng checker in order # to: # * handle message activation / deactivation at the module level @@ -58,7 +58,7 @@ load-plugins= [REPORTS] -# set the output format. Available formats are text, parseable, colorized, msvs +# Set the output format. Available formats are text, parseable, colorized, msvs # (visual studio) and html output-format=text @@ -74,7 +74,7 @@ files-output=no reports=yes # Python expression which should return a note less than 10 (10 is the highest -# note).You have access to the variables errors warning, statement which +# note). You have access to the variables errors warning, statement which # respectivly contain the number of errors / warnings messages and the total # number of statements analyzed. This is used by the global evaluation report # (R0004). |