projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4cea44
)
Add rule to run lint-python script
author
ng0
<ng0@n0.is>
Mon, 4 Mar 2019 13:51:57 +0000
(13:51 +0000)
committer
ng0
<ng0@n0.is>
Mon, 4 Mar 2019 13:51:57 +0000
(13:51 +0000)
Makefile.am
patch
|
blob
|
history
diff --git
a/Makefile.am
b/Makefile.am
index 9be41951edbc969d47d95558145703a4b7775dac..41d366b9341f57280e2c960d9b25ffdbadb08e5e 100644
(file)
--- 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