Downstream implementation of parallel pulp container modules in python #50
lint-collection.yml
on: pull_request
Matrix: lint / lint
Matrix: lint / sanity
Annotations
2 errors and 2 warnings
|
lint / Ansible 2.18 sanity
Process completed with exit code 1.
|
|
lint / Ansible 2.20 sanity
Process completed with exit code 1.
|
|
jinja[spacing]:
roles/pulp_repository/tasks/container.yml#L23
Jinja2 spacing could be improved: {{ container_remotes_list + [{ 'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state') } | dict2items | rejectattr('value', 'none') | items2dict ] }} -> {{ container_remotes_list + [{'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state')} | dict2items | rejectattr('value', 'none') | items2dict] }}
|
|
jinja[spacing]:
roles/pulp_repository/tasks/container.yml#L23
Jinja2 spacing could be improved: {{ container_remotes_list + [{ 'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state') } | dict2items | rejectattr('value', 'none') | items2dict ] }} -> {{ container_remotes_list + [{'name': item.name + '-remote', 'upstream_name': item.get('upstream_name', item.name), 'url': item.get('url'), 'ca_cert': item.get('ca_cert'), 'client_cert': item.get('client_cert'), 'client_key': item.get('client_key'), 'download_concurrency': item.get('download_concurrency'), 'exclude_tags': item.get('exclude_tags'), 'include_tags': item.get('include_tags'), 'policy': item.get('policy'), 'proxy_url': item.get('proxy_url'), 'proxy_username': item.get('proxy_username'), 'proxy_password': item.get('proxy_password'), 'remote_username': item.get('remote_username'), 'remote_password': item.get('remote_password'), 'tls_validation': item.get('tls_validation'), 'state': item.get('state')} | dict2items | rejectattr('value', 'none') | items2dict] }}
|