mirror of
https://github.com/ansible-collections/ansible.posix.git
synced 2026-07-27 18:04:49 +00:00
Ignore pylint errors caused by compatibility checks for six
* This is a temporary measure until we stop covering Python2 * Removng standalone ansible-lint tests since it is covered by ansible-test * Fixing some typos Signed-off-by: saito-hideki <saito@fgrep.org>
This commit is contained in:
committed by
Hideki Saito
parent
2d350e6073
commit
c7e6109057
@@ -1,14 +0,0 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -o pipefail -eux
|
||||
|
||||
echo "${PATH/\~/${HOME}}"
|
||||
echo "${HOME}"
|
||||
command -v ansible
|
||||
|
||||
pip install --upgrade --user pip
|
||||
pip install --upgrade --user ansible-lint
|
||||
|
||||
PATH="${PATH/\~/${HOME}}" ansible-lint \
|
||||
--exclude changelogs/ \
|
||||
--profile=production
|
||||
Reference in New Issue
Block a user