Sha256: cebf70f279a16710370a5c2fdd872b60648e043837009740551a5f6d5d273d5b

Contents?: true

Size: 858 Bytes

Versions: 17

Compression:

Stored size: 858 Bytes

Contents

#
# Select version of overcommit and the other tools from Gemfile
#
gemfile: .overcommit_gems.rb

#
# Hooks that are run against every commit message after a user has written it.
#
CommitMsg:
  ALL:
    required: true
    exclude: &default_excludes
      - Gemfile
      - CHANGELOG.md
      - warden-jwt_auth.gemspec
      - README.md

  HardTabs:
    enabled: true

  SingleLineSubject:
    enabled: true

#
# Hooks that are run after `git commit` is executed, before the commit message
# editor is displayed.
#
PreCommit:
  ALL:
    required: true
    exclude: *default_excludes

  BundleAudit:
    enabled: true

  BundleCheck:
    enabled: true

  LocalPathsInGemfile:
    enabled: true

  ExecutePermissions:
    enabled: true
    exclude:
      - bin/*

  Reek:
    enabled: true

  RuboCop:
    enabled: true

  TrailingWhitespace:
    enabled: true

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
warden-jwt_auth-0.5.0 .overcommit.yml
warden-jwt_auth-0.4.2 .overcommit.yml
warden-jwt_auth-0.4.1 .overcommit.yml
warden-jwt_auth-0.4.0 .overcommit.yml
warden-jwt_auth-0.3.6 .overcommit.yml
warden-jwt_auth-0.3.5 .overcommit.yml
warden-jwt_auth-0.3.4 .overcommit.yml
warden-jwt_auth-0.3.3 .overcommit.yml
warden-jwt_auth-0.3.2 .overcommit.yml
warden-jwt_auth-0.3.1 .overcommit.yml
warden-jwt_auth-0.3.0 .overcommit.yml
warden-jwt_auth-0.2.1 .overcommit.yml
warden-jwt_auth-0.2.0 .overcommit.yml
warden-jwt_auth-0.1.4 .overcommit.yml
warden-jwt_auth-0.1.3 .overcommit.yml
warden-jwt_auth-0.1.2 .overcommit.yml
warden-jwt_auth-0.1.1 .overcommit.yml