Skip to content

Commit

Permalink
Remove lint task on lowest development environment
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
mulkieran committed Dec 23, 2024
1 parent bb0bcfe commit 6670d54
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,6 @@ jobs:
strategy:
matrix:
include:
- dependencies: pylint python3-into-dbus-python
task: PYTHONPATH=./src make -f Makefile lint
- dependencies: python3-into-dbus-python
task: PYTHONPATH=./src make -f Makefile test
- dependencies: python-setuptools python3-into-dbus-python
Expand Down

0 comments on commit 6670d54

Please sign in to comment.