mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
linters: Remove pydocstyle from linter checks
Pydocstyle has been deprecated is no longer in development. It is also not a requirement for Ansible tests. This patch removes pydocstyle from current checks performed.
This commit is contained in:
@@ -10,8 +10,6 @@ pushd "${topdir}/.." >/dev/null 2>&1 || exit 1
|
||||
|
||||
echo -e "${INFO}Running 'flake8'...${RST}"
|
||||
flake8 plugins utils roles setup.py
|
||||
echo -e "${INFO}Running 'pydocstyle'...${RST}"
|
||||
pydocstyle plugins utils roles setup.py
|
||||
echo -e "${INFO}Running 'pylint'...${RST}"
|
||||
pylint plugins roles setup.py
|
||||
|
||||
|
||||
Reference in New Issue
Block a user