[libvirt] [jenkins-ci PATCH 1/5] make: add a rule for running a 'syntax-check' with flake8

Daniel P. Berrangé posted 5 patches 6 years, 11 months ago
[libvirt] [jenkins-ci PATCH 1/5] make: add a rule for running a 'syntax-check' with flake8
Posted by Daniel P. Berrangé 6 years, 11 months ago
Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
---
 Makefile | 4 ++++
 1 file changed, 4 insertions(+)
 create mode 100644 Makefile

diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..1ba6b21
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,4 @@
+
+
+syntax-check:
+	flake8 guests/lcitool
-- 
2.20.1

--
libvir-list mailing list
libvir-list@redhat.com
https://www.redhat.com/mailman/listinfo/libvir-list