Skip to content

Commit 7c4a796

Browse files
committed
Ignore R0801 warning - similar lines in code
1 parent 8329cab commit 7c4a796

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip install -r requirements.txt
2121
- name: Analysing the code with pylint
2222
run: |
23-
pylint app --disable=C0116,C0114,C0115,C0411,E0401,W0611,W0622,W0719,C0103,W1514,R0903,R1732,R0914
23+
pylint app --disable=C0116,C0114,C0115,C0411,E0401,W0611,W0622,W0719,C0103,W1514,R0903,R1732,R0914,R0801
2424
- name: Analysing the code with pycodestyle
2525
run: |
2626
pycodestyle app

0 commit comments

Comments
 (0)