gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnunet] 03/03: Add rule to run lint-python script


From: gnunet
Subject: [GNUnet-SVN] [gnunet] 03/03: Add rule to run lint-python script
Date: Mon, 04 Mar 2019 14:52:11 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet.

commit 77b135454da98206cc216b81d1afe57f57a6e1da
Author: ng0 <address@hidden>
AuthorDate: Mon Mar 4 13:51:57 2019 +0000

    Add rule to run lint-python script
---
 Makefile.am | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Makefile.am b/Makefile.am
index 9be41951e..41d366b93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -34,3 +34,7 @@ check-bashism:
        printf "Run checkbashism on all .sh files.\n"
        printf "Currently this expects checkbashism.pl at a fixed location."
        find . -type f ! -path '*/.*' ! -path '*/_*' -name '*.sh' -print0 | 
xargs -0 ~/src/scripts/src/checkbashisms.pl -f
+
+check-python:
+       printf "Running flake8 and 2to3 if detected.\n"
+       $(top_srcdir)/contrib/scripts/lint-python.sh

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]