mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-23 15:40:01 -06:00
bdb2696805
- 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>
14 lines
243 B
YAML
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
|