Sha256: 2a6f208d6fcc54e7eb4f39eb873024dee62aa1fb0308ee70a1fce7016bcf05c8

Contents?: true

Size: 174 Bytes

Versions: 3

Compression:

Stored size: 174 Bytes

Contents

#!/bin/sh

set -e

[ -z "$DEBUG" ] || set -x

echo "==> Running setup…"
date "+%H:%M:%S"
bin/setup

echo "==> Running linters…"
date "+%H:%M:%S"
bundle exec rake rubocop

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
saml-kit-1.0.9 bin/lint
saml-kit-1.0.8 bin/lint
saml-kit-1.0.7 bin/lint