From 68e1fe362bc254a5eedc4ed9357484ceddfbfedc Mon Sep 17 00:00:00 2001 From: Lukas Holecek Date: Aug 02 2021 03:57:30 +0000 Subject: Avoid running pylint in CI The rules change too often and are unnecessarily strict. --- diff --git a/openshift/pipelines/snippets/waiverdb-build-and-test.groovy b/openshift/pipelines/snippets/waiverdb-build-and-test.groovy index c8fa8a2..3531c49 100644 --- a/openshift/pipelines/snippets/waiverdb-build-and-test.groovy +++ b/openshift/pipelines/snippets/waiverdb-build-and-test.groovy @@ -15,11 +15,6 @@ stage('Run checks') { sh 'flake8' } } - stage('Invoke Pylint') { - steps { - sh 'pylint-3 --reports=n waiverdb' - } - } } } stage('Run unit tests') {