Sha256: 359de8e043164c031ac23821cc589729476bdb75fb0c0b66654de2674a9cab96
Contents?: true
Size: 398 Bytes
Versions: 46
Compression:
Stored size: 398 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 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
46 entries across 46 versions & 1 rubygems