Signed-off-by: Chuck Lever <[email protected]> --- doc/CheckInTests | 4 ++++ 1 file changed, 4 insertions(+)
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 _______________________________________________ fedfs-utils-devel mailing list [email protected] https://oss.oracle.com/mailman/listinfo/fedfs-utils-devel
