commit 65068a9: [Test] Allow linters to fail

moisseev moiseev at mezonplus.ru
Sat Apr 16 17:49:03 UTC 2022


Author: moisseev
Date: 2022-04-16 09:50:36 +0300
URL: https://github.com/rspamd/rspamd/commit/65068a9a3c88b9f67f9f0fa042ab0af0354bac84 (refs/pull/4150/head)

[Test] Allow linters to fail
without failing the overall pipeline.

---
 .drone.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.drone.yml b/.drone.yml
index a3669a1ab..029145cfc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -230,6 +230,7 @@ steps:
   - name: eslint
     image: node:17-alpine
     pull: if-not-exists
+    failure: ignore
     commands:
       - npm install
       - ./node_modules/.bin/eslint -v
@@ -243,6 +244,7 @@ steps:
     # https://github.com/rspamd/rspamd-build-docker/blob/master/perl-tidyall/Dockerfile
     image: rspamd/ci-perl-tidyall
     pull: if-not-exists
+    failure: ignore
     commands:
       - tidyall --version
       - perltidy --version | head -1


More information about the Commits mailing list