Skip to content

Commit

Permalink
Revert "CI - convert pylint to soft check"
Browse files Browse the repository at this point in the history
This reverts commit 148fcbb.
  • Loading branch information
pavoljuhas committed Oct 7, 2024
1 parent 148fcbb commit 0985873
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/pylint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,4 @@ jobs:
python -m pip install --upgrade pip
pip install pylint
- name: Pylint check
# TODO: #210 - convert to hard check when lint is picked up
run: |
dev_tools/pylint || (
echo "pylint check failed. The error is temporarily ignored."
echo "See https://github.com/quantumlib/unitary/issues/210"
)
run: dev_tools/pylint

0 comments on commit 0985873

Please sign in to comment.