Skip to content

Commit 604539c

Browse files
cloudant-sdks-automationeiri
authored andcommitted
build(generated): remove linting on tests
Generated SDK source code using: - Generator version 3.93.0 - Specification version 1.0.0-dev0.1.14 - Automation (cloudant-sdks) version 55fd79b
1 parent 9f0971d commit 604539c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ void runTests() {
291291
sh '''
292292
export PIP_INDEX_URL=https://${ARTIFACTORY_CREDS_USR}:${ARTIFACTORY_CREDS_PSW}@${ARTIFACTORY_URL_DOWN##'https://'}/api/pypi/cloudant-sdks-pypi-virtual/simple
293293
pip install -r requirements-dev.txt && flit install --only-deps
294-
pylint --rcfile=.pylintrc ibmcloudant test
294+
pylint --rcfile=.pylintrc ibmcloudant
295295
python3 -m pytest --junitxml=junitreports/junit-pytest.xml --cov=ibmcloudant
296296
'''
297297
}

0 commit comments

Comments
 (0)