Skip to content

Commit 2b75406

Browse files
committed
Updated pylint.yml to look at all files
1 parent 0fdd9c7 commit 2b75406

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
@@ -21,4 +21,4 @@ jobs:
2121
pip install -r requirements.txt
2222
- name: Analysing the code with pylint
2323
run: |
24-
pylint --rcfile=.pylintrc $(git ls-files '*.py')
24+
pylint --rcfile=.pylintrc mavctl

0 commit comments

Comments
 (0)