We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d41d179 commit 46d93b2Copy full SHA for 46d93b2
.github/workflows/pr-tests.yml
@@ -49,7 +49,7 @@ jobs:
49
- name: Run pylint
50
run: |
51
set +e # disabling exit on non-zero error code so can output warnings without failing
52
- pylint stackhpc_openstack_tests/*.py
+ pylint stackhpc_cloud_tests/*.py
53
EXIT_CODE=$?
54
set -e
55
if [[ $(($EXIT_CODE & 3)) > 0 ]] #bitwise check for pylint exit codes which indicate errors (01 and 10) https://pylint.readthedocs.io/en/latest/user_guide/usage/run.html#exit-codes
0 commit comments