Sha256: 69aa464ddd0e2ea503a2a957ebd51e3db9312911ded7738defbe987de971fa62

Contents?: true

Size: 589 Bytes

Versions: 2

Compression:

Stored size: 589 Bytes

Contents

---
pre-commit:
  parallel: true
  commands:
    flay:
      run: bin/flay -spec
    rspec:
      run: bin/rspec
    rubocop:
      run: bin/rubocop -fs
    sorbet:
      run: bin/srb tc


audit:
  parallel: true
  commands:
    rspec:
      run: bin/rspec
    rubocop:
      run: bin/rubocop -fs
    sorbet:
      run: bin/srb tc
    flay:
      run: bin/flay -spec

full_audit:
  parallel: true
  commands:
    flay:
      run: bin/flay -spec
    mutant:
      run: bin/mutant run
    rspec:
      run: bin/rspec
    rubocop:
      run: bin/rubocop -fs
    sorbet:
      run: bin/srb tc

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
muina-0.2.8 lefthook.yml
muina-0.2.7 lefthook.yml