Skip to content

Commit

Permalink
replace molecule/lint.sh with simpler version
Browse files Browse the repository at this point in the history
  • Loading branch information
eengstrom committed Apr 16, 2020
1 parent f7cef38 commit 55aae9d
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions molecule/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,8 @@ trap catch ERR
onexit() { exit $errors; }
trap onexit EXIT

#set -e
#set -x

yamllint .

# adding "." to avoid warning over expectation of playbook.yml
# ansible-lint
ansible-lint .

# explictly run on molecule playbooks, skipped otherwise
ansible-lint molecule/*/*.yml

ansible-lint
flake8

0 comments on commit 55aae9d

Please sign in to comment.