Sha256: 166ee61c729084925f4dc5e89dcfd59863911807cd7f571a2ed28a8e95ba71cb
Contents?: true
Size: 527 Bytes
Versions: 159
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
159 entries across 159 versions & 1 rubygems