Merge pull request #708 from rjeffman/pylint_enable_roles

Enable pylint for ansible-freeipa roles.
This commit is contained in:
Thomas Woerner
2022-01-13 13:42:16 +01:00
committed by GitHub
21 changed files with 133 additions and 66 deletions

View File

@@ -69,7 +69,7 @@ jobs:
- name: Run pylint
run: |
pip install pylint==2.10.2
pylint plugins --disable=import-error
pylint plugins roles --disable=import-error
shellcheck:
name: Shellcheck