Sha256: 10ffd40f0099aad9698ab8e53ec9b8f9bcba020a5e783e313bea5033d8419018
Contents?: true
Size: 277 Bytes
Versions: 1
Compression:
Stored size: 277 Bytes
Contents
--- # Git hooks configuration # # See: github.com/evilmartians/lefthook pre-commit: commands: rubocop: glob: "*.rb" run: bundle exec rubocop -A {staged_files} && git add {staged_files} pre-push: commands: rspec: run: bundle exec appraisal rspec
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sidekiq-grouping-1.2.0 | lefthook.yml |