From f91650248d035dc9afa835bea3dcc314bcb4af87 Mon Sep 17 00:00:00 2001
From: Daniel <d.hornung@indiscale.com>
Date: Fri, 18 Feb 2022 14:47:56 +0100
Subject: [PATCH] ENH WIP: Makefile with more checks.

---
 Makefile | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/Makefile b/Makefile
index 7609444b..bf90a5c5 100644
--- a/Makefile
+++ b/Makefile
@@ -34,3 +34,12 @@ install:
 
 unittest:
 	pytest-3 unittests
+
+style:
+	pycodestyle --count src unittests
+	autopep8 -ar --diff --exit-code --exclude swagger_client .
+.PHONY: style
+
+lint:
+	pylint --unsafe-load-any-extension=y -d all -e E,F --ignore=swagger_client src/caosadvancedtools
+.PHONY: lint
-- 
GitLab