mirror of
https://github.com/freeipa/ansible-freeipa.git
synced 2026-03-26 21:33:05 +00:00
The scprit `lint_check.sh` under utils runs the same linters as the Github Actions, with the same configuration. The changes on setup.cfg are required if flake8-docstrings is used, so its output is the same as pydocstlye.
34 lines
746 B
INI
34 lines
746 B
INI
[metadata]
|
|
name = ansible-freeipa
|
|
summary = Ansible roles for FreeIPA
|
|
description-file =
|
|
README.md
|
|
home-page = https://github.com/freeipa/ansible-freeipa
|
|
classifier =
|
|
Intended Audience :: Developers
|
|
Intended Audience :: System Administrators
|
|
Operating System :: POSIX :: Linux
|
|
|
|
[pbr]
|
|
warnerrors = True
|
|
|
|
[wheel]
|
|
universal = 1
|
|
|
|
[files]
|
|
data_files =
|
|
/usr/share/ansible/roles/ipaclient = roles/ipaclient/*
|
|
/usr/share/ansible/roles/ipaserver = roles/ipaserver/*
|
|
/usr/share/ansible/roles/ipareplica = roles/ipareplica/*
|
|
|
|
[flake8]
|
|
extend-ignore = E203, D1, D212, D203, D400, D401
|
|
exclude = .git,__pycache__,.tox,.venv
|
|
per-file-ignores =
|
|
plugins/*:E402
|
|
roles/*:E402
|
|
|
|
[pydocstyle]
|
|
inherit = false
|
|
ignore = D1,D212,D203
|