Sha256: d9a141cd448738ea26e0d9a25448ea64444260abf24cdff6c4b4a42173d63646
Contents?: true
Size: 478 Bytes
Versions: 24
Compression:
Stored size: 478 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' # Ruby formatting checks rufo: run: bundle exec rufo --check . glob: '*.rb'
Version data entries
24 entries across 24 versions & 1 rubygems