From fa33a7832c6b2996ba1e9ab60a2e53e620fc3daa Mon Sep 17 00:00:00 2001 From: Felix Stupp Date: Wed, 31 Mar 2021 16:48:18 +0200 Subject: [PATCH] Added drone config for pylint --- .drone.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..30a6762 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,11 @@ +--- +kind: pipeline +type: docker +name: default + +steps: + - name: pylint + image: cytopia/pylint + failure: ignore + commands: + - pylint jsoncache