Skip to content

Commit 41f5722

Browse files
authored
[CI] Ignore F824 error (unused variable)
1 parent adf3908 commit 41f5722

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/validate-rapps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Lint with flake8
2828
run: |
2929
# stop the build if there are Python syntax errors or undefined names
30-
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
30+
flake8 . --count --select=E9,F63,F7,F82 --ignore=F824 --show-source --statistics
3131
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
3232
flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
3333
- name: Validate RAPPS entries

0 commit comments

Comments
 (0)