Skip to content

Commit 6670d54

Browse files
committed
Remove lint task on lowest development environment
The lower version of pylint doesn't recognize the too-many-positional-arguments lint. It is not that useful to have this lint check for the lowest development environment since this code never changes. Signed-off-by: mulhern <amulhern@redhat.com>
1 parent bb0bcfe commit 6670d54

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,6 @@ jobs:
4545
strategy:
4646
matrix:
4747
include:
48-
- dependencies: pylint python3-into-dbus-python
49-
task: PYTHONPATH=./src make -f Makefile lint
5048
- dependencies: python3-into-dbus-python
5149
task: PYTHONPATH=./src make -f Makefile test
5250
- dependencies: python-setuptools python3-into-dbus-python

0 commit comments

Comments
 (0)