Skip to content

Commit

Permalink
ci: lint the whole project
Browse files Browse the repository at this point in the history
This requires a top-level pylintrc file.  The previous per-subdir
solution was broken (each subdir would need to provide a specfile, or
the .vcs-diff-lint.yml file to work correctly).
  • Loading branch information
praiskup committed Sep 4, 2024
1 parent a294c98 commit c1f25c1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/python-diff-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ jobs:
uses: fedora-copr/vcs-diff-lint-action@v1
id: VCS_Diff_Lint
with:
subdirectories: |
behave
mock
releng
linter_tags: |
ruff
pylint
Expand Down
1 change: 1 addition & 0 deletions pylintrc

0 comments on commit c1f25c1

Please sign in to comment.