ci: lint the whole project

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).
This commit is contained in:
Pavel Raiskup 2024-09-04 05:03:56 +02:00
parent a294c980b9
commit b5c9469a0f
2 changed files with 1 additions and 4 deletions

View File

@ -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

1
pylintrc Symbolic link
View File

@ -0,0 +1 @@
mock/pylintrc