Sha256: 3a572fc85e8b32f272a4bd5d23bf6fcce32cd318c35342216ce6304886f87390

Contents?: true

Size: 579 Bytes

Versions: 8

Compression:

Stored size: 579 Bytes

Contents

pre-commit:
  commands:
    standard:
      glob: "*.rb"
      run: bundle exec standardrb --fix {staged_files}
      stage_fixed: true
    eslint:
      root: "frontend/"
      glob: "*.{js,ts,vue}"
      run: npx eslint --fix {staged_files}
      stage_fixed: true
    prettier:
      root: "frontend/"
      glob: "*.{js,ts,vue}"
      run: npx prettier --write {staged_files}
      stage_fixed: true
    type-check:
      root: "frontend/"
      glob: "*.{js,ts,vue}"
      run: npm run type-check
    actionlint:
      glob: ".github/workflows/*.yaml"
      run: actionlint

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
mihari-7.6.1 lefthook.yml
mihari-7.6.0 lefthook.yml
mihari-7.5.0 lefthook.yml
mihari-7.4.0 lefthook.yml
mihari-7.3.2 lefthook.yml
mihari-7.3.1 lefthook.yml
mihari-7.3.0 lefthook.yml
mihari-7.2.0 lefthook.yml