[Python-apps-commits] r12216 - in packages/prospector/trunk/debian (control)

danstender-guest at users.alioth.debian.org danstender-guest at users.alioth.debian.org
Sat Aug 8 15:18:44 UTC 2015


    Date: Saturday, August 8, 2015 @ 15:18:43
  Author: danstender-guest
Revision: 12216

description: removed extra info on Flake8 plugins, overlong line (misleading, anyway)

Modified:
  packages/prospector/trunk/debian/control

Modified: packages/prospector/trunk/debian/control
===================================================================
--- packages/prospector/trunk/debian/control	2015-08-08 15:14:33 UTC (rev 12215)
+++ packages/prospector/trunk/debian/control	2015-08-08 15:18:43 UTC (rev 12216)
@@ -46,8 +46,8 @@
   - Pylint (extensive Python code checker)
   - Pyflakes (checks Python code for logical errors)
   - Pep8 (checks for Python coding style conventions)
-  - Pep8-naming (checks for naming conventions not covered by Pep8, Flake8 extension)
-  - McCabe (checks for cyclomatic code complexity, Flake8 extension)
+  - Pep8-naming (checks for naming conventions not covered by Pep8)
+  - McCabe (checks for cyclomatic code complexity)
   - Pep257 (checks for compliance with the docstring conventions)
   - Dodgy (checks for hard coded passwords, VCS diff checkins etc.)
  .




More information about the Python-apps-commits mailing list