Sha256: 10d858bf3ebb0a5640de2e6c0b989a3bd1b97228c2ed25a177b66c9767c2e6be

Contents?: true

Size: 486 Bytes

Versions: 4

Compression:

Stored size: 486 Bytes

Contents

#!/usr/bin/env bash

set -eo pipefail

yamllint --config-file lib/install/.yamllint.yml --strict .*/*.yml
yamllint --config-file lib/install/.yamllint.yml --strict ./*.yml
yamllint --config-file lib/install/.yamllint.yml --strict lib/**/.*.yml
yamllint --config-file lib/install/.yamllint.yml --strict ./**/.*/*.yml

node_modules/.bin/eslint --config lib/install/.eslintrc.js --quiet --no-color lib/**/.*.js

bundle exec rubocop --debug --extra-details --display-style-guide --parallel

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
jt_tools-0.0.19 bin/lint
jt_tools-0.0.18 bin/lint
jt_tools-0.0.17 bin/lint
jt_tools-0.0.16 bin/lint