Sha256: 40499f4dd07ec7d4cb83f2e3007476a163dfc8af84f324493ec2bc355ba02983

Contents?: true

Size: 1.11 KB

Versions: 6

Compression:

Stored size: 1.11 KB

Contents

inherit_from: .rubocop_todo.yml

################################################################################
## 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/**/*'
    - 'lib/milan/registry.rb'
    - 'script/*'
  TargetRubyVersion: 2.2
Rails:
  Enabled: false

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

6 entries across 6 versions & 1 rubygems

Version Path
locabulary-0.7.1 .hound.yml
locabulary-0.6.2 .hound.yml
locabulary-0.6.1 .hound.yml
locabulary-0.6.0 .hound.yml
locabulary-0.5.1 .hound.yml
locabulary-0.5.0 .hound.yml