Sha256: 95a57400fc191852074a936b724a3d71563c064cc141584297761cf91615951e

Contents?: true

Size: 1022 Bytes

Versions: 11

Compression:

Stored size: 1022 Bytes

Contents

CommitMsg:
  CapitalizedSubject:
    enabled: false

  EmptyMessage:
    enabled: false

  TrailingPeriod:
    enabled: true

  TextWidth:
    enabled: false

PreCommit:
  ALL:
    on_warn: fail

  AuthorEmail:
    enabled: true

  AuthorName:
    enabled: true

  MergeConflicts:
    enabled: true

  BundleCheck:
    enabled: true

  BundleAudit:
    enabled: true

  Reek:
    enabled: true
    description: 'Analyze with Reek'
    required_executable: 'reek'
    command: ['bundle', 'exec', 'reek']
    install_command: 'gem install reek'
    include: &1
      - '**/*.gemspec'
      - 'app/**/*.rb'
      - 'config/**/*.rb'
      - 'spec/**/*.rb'
      - 'lib/**/*.rb'
      - 'lib/**/*.rake'
      - '**/Gemfile'
      - '**/Rakefile'

  RuboCop:
    enabled: true
    description: 'Analyze with RuboCop'
    required_executable: 'rubocop'
    command: ['bundle', 'exec', 'rubocop']
    flags: ['--format=emacs', '--force-exclusion', '--display-cop-names']
    install_command: 'gem install rubocop'
    include: *1

Version data entries

11 entries across 11 versions & 1 rubygems

Version Path
api_proxy-0.2.9 .overcommit.yml
api_proxy-0.2.8 .overcommit.yml
api_proxy-0.2.7 .overcommit.yml
api_proxy-0.2.6 .overcommit.yml
api_proxy-0.2.5 .overcommit.yml
api_proxy-0.2.4 .overcommit.yml
api_proxy-0.2.3 .overcommit.yml
api_proxy-0.1.3 .overcommit.yml
api_proxy-0.1.2 .overcommit.yml
api_proxy-0.1.1 .overcommit.yml
api_proxy-0.1.0 .overcommit.yml