Sha256: c180fb11c0198abbfc344373eb97726ce684b5128561516e598d46562f8bba68

Contents?: true

Size: 500 Bytes

Versions: 11

Compression:

Stored size: 500 Bytes

Contents

# Lefthook configuration. For more information, see:
# https://github.com/Arkweid/lefthook/blob/master/docs/full_guide.md

pre-push:
  parallel: true
  commands:
    rubocop:
      files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
      glob: '*.{rb,rake}'
      run: bundle exec rubocop {files}
    rspec:
      files: git diff --name-only --diff-filter=d $(git merge-base origin/master HEAD)..HEAD
      glob: '*.{rb,rake}'
      run: bundle exec rspec {files}

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
gitlab-triage-1.44.1 lefthook.yml
gitlab-triage-1.44.0 lefthook.yml
gitlab-triage-1.43.2 lefthook.yml
gitlab-triage-1.43.1 lefthook.yml
gitlab-triage-1.43.0 lefthook.yml
gitlab-triage-1.42.2 lefthook.yml
gitlab-triage-1.42.1 lefthook.yml
gitlab-triage-1.42.0 lefthook.yml
gitlab-triage-1.41.0 lefthook.yml
gitlab-triage-1.40.0 lefthook.yml
gitlab-triage-1.30.0 lefthook.yml