[Python-apps-commits] r13348 - in packages/prospector/trunk/debian (prospector.txt)

stender at users.alioth.debian.org stender at users.alioth.debian.org
Fri Jun 24 20:34:16 UTC 2016


    Date: Friday, June 24, 2016 @ 20:34:15
  Author: stender
Revision: 13348

manpage: removed misleading info

Modified:
  packages/prospector/trunk/debian/prospector.txt

Modified: packages/prospector/trunk/debian/prospector.txt
===================================================================
--- packages/prospector/trunk/debian/prospector.txt	2016-06-24 18:46:42 UTC (rev 13347)
+++ packages/prospector/trunk/debian/prospector.txt	2016-06-24 20:34:15 UTC (rev 13348)
@@ -14,11 +14,11 @@
  complexity. It provides an uniform and flexible interface to a number of
  tools for static Python code checking.
 
- By default, Prospector uses the following tools: Dodgy, McCabe (Flake8 extension),
- Pydocstyle (Pep257 successor), Pep8 (supplemented by Pep8-naming, Flake8 extension),
- a build-in profile-validator, Pyflakes, and Pylint. It auto detects libraries a project
- uses, to which it could adapt (currently, Celery, Django and Flask are supported
- individually). Additionally, Vulture and Pyroma could be employed for testing.
+ By default, Prospector uses the following tools: Dodgy, McCabe (a Flake8 extension),
+ Pydocstyle (Pep257 successor), Pep8 (supplemented by Pep8-naming, a Flake8 extension),
+ Pyflakes, and Pylint. It auto detects libraries a project uses, to which it could
+ adapt (currently, Celery, Django and Flask are supported individually). Additionally,
+ Vulture and Pyroma could be employed for testing.
 
  Prospector could be adjusted very detailed to personal coding styles
  through profiles. For comprehensive information on this application,




More information about the Python-apps-commits mailing list