Sha256: d3dde36aeccddb245e82976fed027b5d59662c489a7922c6f3c0f28a05de7714

Contents?: true

Size: 381 Bytes

Versions: 1

Compression:

Stored size: 381 Bytes

Contents

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

pre-push:
  commands:
    # Run all tests (warn if there are any missing tools required for tests).
    rspec:
      run: bundle exec rspec -f progress
      glob: '*.rb'

    # Run ruby linting
    rubocop:
      run: bundle exec rubocop
      glob: '*.rb'

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gitlab-dangerfiles-4.8.0 lefthook.yml