github/workflows: check dnf-json with pylint

Use a fedora container for dnf dependency.
Add a pylintrc file to the project with 120 max line length and
docstrings ignored.
This commit is contained in:
Achilleas Koutsou 2022-03-04 15:57:39 +01:00 committed by Christian Kellner
parent e4baddfad1
commit f449cd45e8
2 changed files with 21 additions and 0 deletions

7
.pylintrc Normal file
View file

@ -0,0 +1,7 @@
[FORMAT]
max-line-length=120
[MESSAGES CONTROL]
disable=missing-module-docstring,
missing-class-docstring,
missing-function-docstring