diff mbox

[2/5] CheckInTests: Add check-in tests for fedfs-utils Python components

Message ID 20131029194203.19294.94796.stgit@seurat.1015granger.net
State Accepted
Headers show

Commit Message

Chuck Lever Oct. 29, 2013, 7:42 p.m. UTC
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 doc/CheckInTests |    4 ++++
 1 file changed, 4 insertions(+)
diff mbox

Patch

diff --git a/doc/CheckInTests b/doc/CheckInTests
index c1e1c27..8375861 100644
--- a/doc/CheckInTests
+++ b/doc/CheckInTests
@@ -103,6 +103,10 @@  To preserve bisectability, the tree MUST build after each commit.
 Try to maintain documentation coherency with code.  Check code against
 man pages and the INSTALL and README documents.
 
+Python components must comply with PEP 8 and must run correctly under
+Python 2.7+ and 3.  A commit must not introduce any new pylint warnings
+or errors.
+
 At some point, we'd like:
 
  1.  Automated checking of coding style and white space