From: moisseev Date: Sat, 16 Apr 2022 06:50:36 +0000 (+0300) Subject: [Test] Allow linters to fail X-Git-Tag: 3.3~306^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4150%2Fhead;p=thirdparty%2Frspamd.git [Test] Allow linters to fail without failing the overall pipeline. --- diff --git a/.drone.yml b/.drone.yml index a3669a1aba..029145cfc1 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