summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSylvain Thénault <sylvain.thenault@logilab.fr>2013-04-16 12:15:44 +0200
committerSylvain Thénault <sylvain.thenault@logilab.fr>2013-04-16 12:15:44 +0200
commitcf344e19ce72fd2e6616edf2c98ddc7b92ef1006 (patch)
tree2b73cb0c9ff2c85fe11eb193fc641dbf286e9751
parentc439feade34052ed2033f7eda4dfef1d197a6fb5 (diff)
downloadpylint-git-cf344e19ce72fd2e6616edf2c98ddc7b92ef1006.tar.gz
drop deprecated announce file
-rw-r--r--announce.txt46
1 files changed, 0 insertions, 46 deletions
diff --git a/announce.txt b/announce.txt
deleted file mode 100644
index 961ecea46..000000000
--- a/announce.txt
+++ /dev/null
@@ -1,46 +0,0 @@
-Hi there!
-
-
-What is pylint ?
-----------------
-
-Pylint is a python tool that checks if a module satisfies a coding
-standard. Pylint can be seen as another pychecker since nearly all
-tests you can do with pychecker can also be done with Pylint. But
-Pylint offers some more features, like checking line-code's length,
-checking if variable names are well-formed according to your coding
-standard, or checking if declared interfaces are truly implemented,
-and much more (see http://www.logilab.org/projects/pylint/ for the
-complete check list). The big advantage with Pylint is that it is
-highly configurable, customizable, and you can easily write a small
-plugin to add a personal feature.
-
-The usage it quite simple :
-
- $ pylint mypackage.mymodule
-
-
-This command will output all the errors and warnings related to the
-tested code (here : mypackage.mymodule), will dump a little summary at
-the end, and will give a mark to the tested code.
-
-Pylint is free software distributed under the GNU Public Licence.
-
-
-Home page
----------
-http://www.logilab.org/project/pylint
-http://www.logilab.org/project/logilab-astng
-
-Download
---------
-http://www.logilab.org/ftp/pub/pylint
-http://www.logilab.org/ftp/pub/logilab/astng
-
-Mailing list
-------------
-python-projects@logilab.org (moderated)
-
-Register, archive on http://lists.logilab.org/mailman/listinfo/python-projects
-
-Enjoy!