freeipa/ipatests/azure/templates/autoconf-fedora.yml
Stanislav Levin bdb2696805 pylint: Adapt to new Pylint 2.8
- globally ignore `consider-using-with`
- fix `consider-using-max-builtin`
- explicitly enable pylint on project configuration
- unpin Pylint
- added transformation for IntegrationTest attributes(will work
  unless explicitly defined)

Fixes: https://pagure.io/freeipa/issue/8818
Signed-off-by: Stanislav Levin <slev@altlinux.org>
Reviewed-By: Christian Heimes <cheimes@redhat.com>
2021-04-27 13:28:42 +02:00

14 lines
243 B
YAML

parameters:
options: ''
steps:
- script: |
set -e
echo "Running autoconf generator"
./autogen.sh \
${{ parameters.options }} \
--enable-pylint \
--enable-rpmlint \
displayName: Configure the project