Skip to content

Commit 3925b06

Browse files
committed
Moved pylint config from workflow to pylintrc
1 parent 11eeda2 commit 3925b06

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,4 @@ jobs:
2626
pip install pylint
2727
- name: Analysing the code with pylint
2828
run: |
29-
pylint ./*.py --disable=duplicate-code
29+
pylint ./*.py

.pylintrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[MESSAGES CONTROL]
2+
disable=duplicate-code

0 commit comments

Comments
 (0)