Sha256: 9cc5d46d11db3d753c1e428bf67c3e3584ca8435e62b8f4df0694c76b59cc221

Contents?: true

Size: 787 Bytes

Versions: 2

Compression:

Stored size: 787 Bytes

Contents

verify_signatures: false

PreCommit:
  RuboCop:
    command: ['rubocop', '--force-exclusion']
    enabled: true
    on_warn: fail
    exclude:
    - db/migrate/*
    - spec/dummy/**/*

  BundleCheck:
    enabled: true

  BundleOutdated:
    enabled: true

  LocalPathsInGemfile:
    enabled: true

  ExecutePermissions:
    enabled: true
    exclude:
    - bin/*
    - spec/dummy/bin/*

  YamlSyntax:
    enabled: true

  TrailingWhitespace:
    enabled: true

  TypeCheck:
    enabled: true
    description: RBS check
    command: [ 'steep', 'check' ]

PostCheckout:
  ALL:
    quiet: true # Change all post-checkout hooks to only display output on failure

  IndexTags:
    enabled: true # Generate a tags file with `ctags` each time HEAD changes

PrePush:
  RSpec:
    enabled: false

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
lt-lcms-0.6.0 .overcommit.yml
lt-google-api-0.3.0 .overcommit.yml