Sha256: 9503f36040aab1b34a4343165ca9cb3e1a9a68e92b3c29aa7d3d85ecb6e6ab3c

Contents?: true

Size: 482 Bytes

Versions: 4

Compression:

Stored size: 482 Bytes

Contents

pre-commit:
  parallel: true
  commands:
    rubocop:
      glob: "{*.rb,*.md,*.gemspec,Gemfile,Rakefile}"
      run: bundle exec rubocop {staged_files}
    reek:
      glob: "*.rb"
      exclude: "^spec|^bin"
      run: bundle exec reek {staged_files}
    markdownlinter:
      glob: "*.md"
      run: bundle exec mdl {staged_files}
    forspell:
      glob: "{*.md,*.rb}"
      run: bundle exec forspell {staged_files}

pre-push:
  commands:
    test:
      run: bundle exec rake

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
flows-0.6.0 lefthook.yml
flows-0.5.1 lefthook.yml
flows-0.5.0 lefthook.yml
flows-0.4.0 lefthook.yml