Moving to latest ShellCheck on all platforms

pull/117/head
Carlos Hernandez 7 years ago
parent d6ea1f0b5f
commit 5c349648da

@ -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

@ -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

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

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

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

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

Loading…
Cancel
Save