Sha256: 38ca4f61434db9e605e8addb38002bc385b80cf1e2e929fdc5215d5849621606

Contents?: true

Size: 797 Bytes

Versions: 27

Compression:

Stored size: 797 Bytes

Contents

PreCommit:
  ALL:
    quiet: true
    verify_signatures: false

  MergeConflicts:
    description: 'Checking for unaddressed merge conflicts'
    enabled: true
    quiet: true
    required_executable: 'grep'
    flags: ['-IHn', "^<<<<<<<[ \t]"]

  RuboCop:
    description: 'Checking Ruby style'
    enabled: true
    problem_on_unmodified_line: ignore
    quiet: true
    on_warn: fail

CommitMsg:
  ALL:
    quiet: true
  CapitalizedSubject:
    description: 'Ensuring commit message subjects are capitalized'
    enabled: false
  EmptyMessage:
    description: 'Prevent empty commit messages'
    enabled: true
  TextWidth:
    description: 'Ensure commit message subjects are <72 chars'
    enabled: true
    description: 'Checking text width'
    max_subject_width: 72
    max_body_width: 72

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fastly_nsq-1.18.1 .overcommit.yml
fastly_nsq-1.18.0 .overcommit.yml
fastly_nsq-1.17.1 .overcommit.yml
fastly_nsq-1.17.0 .overcommit.yml
fastly_nsq-1.16.0 .overcommit.yml
fastly_nsq-1.15.0 .overcommit.yml
fastly_nsq-1.14.0 .overcommit.yml
fastly_nsq-1.13.1 .overcommit.yml
fastly_nsq-1.13.0 .overcommit.yml
fastly_nsq-1.12.0 .overcommit.yml
fastly_nsq-1.11.0 .overcommit.yml
fastly_nsq-1.10.1 .overcommit.yml
fastly_nsq-1.10.0 .overcommit.yml
fastly_nsq-1.9.3 .overcommit.yml
fastly_nsq-1.9.2 .overcommit.yml
fastly_nsq-1.9.1 .overcommit.yml
fastly_nsq-1.9.0 .overcommit.yml
fastly_nsq-1.8.0 .overcommit.yml
fastly_nsq-1.7.0 .overcommit.yml
fastly_nsq-1.6.0 .overcommit.yml