Sha256: 166ee61c729084925f4dc5e89dcfd59863911807cd7f571a2ed28a8e95ba71cb

Contents?: true

Size: 527 Bytes

Versions: 166

Compression:

Stored size: 527 Bytes

Contents

#!/usr/bin/env bash

# cd to the directory containing this file
cd "$( dirname "${BASH_SOURCE[0]}" )"

# Auto-fix generated code, an important fix is where we use `inspect` to generate hashes
#   and these hashes do not have spaces around {} or =>
# Note: we always return true so that offenses that cannot be auto-fixed are ignored for local developement, CI will catch them
bundle install >/dev/null 2>/dev/null && bundle exec rubocop --cache false --format simple -a --ignore-parent-exclusion >/dev/null 2>/dev/null || true

Version data entries

166 entries across 166 versions & 1 rubygems

Version Path
files.com-1.1.7 setup.sh
files.com-1.1.6 setup.sh
files.com-1.1.5 setup.sh
files.com-1.1.4 setup.sh
files.com-1.1.3 setup.sh
files.com-1.1.2 setup.sh