Sha256: cbcdf10155151c45abf498dbf0782711a47b7f003579d54239966fa5d3add039

Contents?: true

Size: 1 KB

Versions: 5

Compression:

Stored size: 1 KB

Contents

################################################################################
## Releasing the hounds in your local environment.
##
## Setup:
## $ gem install rubocop
##
## Run:
## $ rubocop ./path/to/file ./or/path/to/directory -c ./.hound.yml
##
## Generation Notes:
##   This file was generated via the commitment:install generator. You are free
##   and expected to change this file.
################################################################################
AllCops:
  Include:
    - Rakefile
  Exclude:
    - 'vendor/**/*'
    - 'tmp/**/*'
    - 'bin/**/*'
  RunRailsCops: true

LineLength:
  Description: 'Limit lines to 140 characters.'
  Max: 140
  Enabled: true

Style/StringLiterals:
  Description: 'Checks if uses of quotes match the configured preference.'
  Enabled: false

PercentLiteralDelimiters:
  Description: 'Use `%`-literal delimiters consistently'
  Enabled: false

Documentation:
  Description: 'Document classes and non-namespace modules.'
  Enabled: true
  Exclude:
  - spec/**/*
  - test/**/*

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
commitment-0.1.4 lib/commitment/generators/templates/.hound.yml
commitment-0.1.3 lib/commitment/generators/templates/.hound.yml
commitment-0.1.2 lib/commitment/generators/templates/.hound.yml
commitment-0.1.1 lib/commitment/generators/templates/.hound.yml
commitment-0.1.0 lib/commitment/generators/templates/.hound.yml