aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNils Gillmann <ng0@n0.is>2018-05-17 15:43:43 +0000
committerNils Gillmann <ng0@n0.is>2018-05-17 15:43:43 +0000
commit2e7428c27e435b378d2c424b34765dd4726d5179 (patch)
treec7cafbf16c9f9ae44fc5f314c17716253766cda4 /src
parent4bd885f344c57bf5b2d2a1fb1e8a732b08efd8f0 (diff)
downloadgnunet-2e7428c27e435b378d2c424b34765dd4726d5179.tar.gz
gnunet-2e7428c27e435b378d2c424b34765dd4726d5179.zip
future recommendation: run lint on python files.
Signed-off-by: Nils Gillmann <ng0@n0.is>
Diffstat (limited to 'src')
-rw-r--r--src/consensus/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/consensus/Makefile.am b/src/consensus/Makefile.am
index c673e0407..991e36a95 100644
--- a/src/consensus/Makefile.am
+++ b/src/consensus/Makefile.am
@@ -35,6 +35,8 @@ SUFFIXES = .py.in .py
35 $(do_subst) < $< > $@ 35 $(do_subst) < $< > $@
36 chmod +x $@ 36 chmod +x $@
37 37
38check-python-style:
39 flake8 consensus-simulation.py.in
38 40
39lib_LTLIBRARIES = \ 41lib_LTLIBRARIES = \
40 libgnunetconsensus.la 42 libgnunetconsensus.la