Sha256: 1a10cb045e9cac5d19ea75dd07feb3cf0d1eac5356e3ee08ab949cd9b34e928b
Contents?: true
Size: 535 Bytes
Versions: 2
Compression:
Stored size: 535 Bytes
Contents
# Lefthook configuration. For more information, see: # https://github.com/Arkweid/lefthook/blob/master/docs/full_guide.md pre-push: parallel: true commands: # Run ruby linting rubocop: files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD glob: '*.{rb,rake}' run: bundle exec rubocop --parallel --force-exclusion {files} # Run all tests (warn if there are any missing tools required for tests). rspec: run: bundle exec rspec -f progress glob: '*.rb'
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
gitlab-styles-9.2.0 | lefthook.yml |
gitlab-styles-9.1.0 | lefthook.yml |