Moving to latest ShellCheck on all platforms

This commit is contained in:
Carlos Hernandez 2017-09-27 13:36:51 -06:00
parent d6ea1f0b5f
commit 5c349648da
6 changed files with 34 additions and 6 deletions

View File

@ -23,6 +23,19 @@
dest: /usr/bin/bats
state: link
- name: Get ShellCheck
get_url:
url: https://storage.googleapis.com/shellcheck/shellcheck-latest.linux.x86_64.tar.xz
dest: /tmp/shellcheck.tar.xz
- name: Install ShellCheck
unarchive:
src: /tmp/shellcheck.tar.xz
dest: /usr/bin
extra_opts:
- --strip-components=1
- --wildcard ".shellcheck"
- name: Install fpm
gem:
name: fpm

View File

@ -0,0 +1,19 @@
---
test_dependencies:
- gawk
- git
- make
- man
- redhat-rpm-config
- rpm-build
- rsync
- ruby-devel
- rubygems
- rubygems-devel
build_tools:
- ImageMagick
- autoconf
- automake
- texinfo
- transfig

View File

@ -1,12 +1,11 @@
---
test_dependencies:
- gawk
- make
- git
- shellcheck
- make
- man
- ruby-dev
- rubygems
- man
build_tools:
- autoconf

View File

@ -1,6 +1,5 @@
---
test_dependencies:
- ShellCheck
- gawk
- git
- make

View File

@ -6,7 +6,6 @@ test_dependencies:
- man
- ruby-dev
- rubygems
- shellcheck
build_tools:
- autoconf

View File

@ -3,7 +3,6 @@ test_dependencies:
- gawk
- make
- git
- shellcheck
- ruby-dev
- rubygems
- man