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:
parent
a294c980b9
commit
b5c9469a0f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue