Sha256: cfa4f3ddd17bf32f1e42666930a897fe8276c96e539ace10d287be1a3f08198a

Contents?: true

Size: 1.58 KB

Versions: 45

Compression:

Stored size: 1.58 KB

Contents

CommitMsg:
  ALL:
  CapitalizedSubject:
    enabled: true
    description: 'Checking subject capitalization'
  EmptyMessage:
    enabled: true
    description: 'Checking for empty commit message'
    quiet: true
  HardTabs:
    enabled: true
    description: 'Checking for hard tabs'
  RussianNovel:
    enabled: true
    description: 'Checking length of commit message'
    quiet: true
  SingleLineSubject:
    enabled: true
    description: 'Checking subject line'
  SpellCheck:
    enabled: false
    description: 'Checking for misspelled words'
    required_executable: 'hunspell'
    flags: ['-a']
  TextWidth:
    enabled: true
    description: 'Checking text width'
    max_subject_width: 60
    max_body_width: 72
  TrailingPeriod:
    enabled: true
    description: 'Checking for trailing periods in subject'
PreCommit:
  ALL:
    problem_on_unmodified_line: report
    requires_files: true
    required: false
    quiet: false
  AuthorEmail:
    enabled: true
    description: 'Checking author email'
    requires_files: false
    required: true
    quiet: true
    pattern: '^[^@]+@.*$'
  AuthorName:
    enabled: false
    description: 'Checking for author name'
    requires_files: false
    required: true
    quiet: true
  BrokenSymlinks:
    enabled: true
    description: 'Checking for broken symlinks'
    quiet: true
  CaseConflicts:
    enabled: true
    description: 'Checking for case-insensitivity conflicts'
    quiet: true
  MergeConflicts:
    enabled: true
    description: 'Checking for merge conflicts'
    quiet: true
    required_executable: 'grep'
    flags: ['-IHn', "^<<<<<<<[ \t]"]

Version data entries

45 entries across 45 versions & 1 rubygems

Version Path
onotole-2.0.2 templates/onotole_overcommit.yml
onotole-2.0.1 templates/onotole_overcommit.yml
onotole-2.0.0 templates/onotole_overcommit.yml
onotole-1.2.11 templates/onotole_overcommit.yml
onotole-1.2.10 templates/onotole_overcommit.yml
onotole-1.2.9 templates/onotole_overcommit.yml
onotole-1.2.8 templates/onotole_overcommit.yml
onotole-1.2.7 templates/onotole_overcommit.yml
onotole-1.2.6 templates/onotole_overcommit.yml
onotole-1.2.5 templates/onotole_overcommit.yml
onotole-1.2.4 templates/onotole_overcommit.yml
onotole-1.2.3 templates/onotole_overcommit.yml
onotole-1.2.2 templates/onotole_overcommit.yml
onotole-1.2.1 templates/onotole_overcommit.yml
onotole-1.1.21 templates/onotole_overcommit.yml
onotole-1.1.20 templates/onotole_overcommit.yml
onotole-1.1.19 templates/onotole_overcommit.yml
onotole-1.1.18 templates/onotole_overcommit.yml
onotole-1.1.17 templates/onotole_overcommit.yml
onotole-1.1.16 templates/onotole_overcommit.yml