Format shell scripts with shfmt

This commit is contained in:
2020-05-23 21:36:17 +01:00
parent a34e2d370e
commit cdef65ae53
30 changed files with 219 additions and 211 deletions

View File

@@ -1,6 +1,6 @@
#! /usr/bin/env bash
if bundle check &>/dev/null && (bundle list | grep rubocop &>/dev/null); then
if bundle check &> /dev/null && (bundle list | grep rubocop &> /dev/null); then
exec bundle exec rubocop "$@"
else
exec rubocop "$@"