Sha256: 4a8af8e0f70cbc7cb60eaedb7b8cedd25abc682c79f1a903f47121fae173fcb3

Contents?: true

Size: 462 Bytes

Versions: 1

Compression:

Stored size: 462 Bytes

Contents

pre-commit:
  parallel: true
  commands:
    rubocop:
      glob: "{*.rb,*.md,*.gemspec,Gemfile,Rakefile}"
      run: bundle exec rubocop {staged_files}
    reek:
      glob: "*.rb"
      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}
    inch:
      glob: "{*.md,*.rb}"
      run: bundle exec rake inch

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
benchin-0.1.0 lefthook.yml