Sha256: 7b800dd9ed618f532ad4aa7ac06f369fbbbaa9725deb1a9b287d5a6c6c57b018

Contents?: true

Size: 1.16 KB

Versions: 3

Compression:

Stored size: 1.16 KB

Contents

# This is a file generated by `hound-tools`
#
# We don't include .hound/defaults.yml, because Hound has internally
# loaded them at this point
#
# ---------------------------------
# .hound/overrides.yml
# ---------------------------------
# NOTE: DO NOT put a 'inheried_from' in this file, because Hound with silently
# ignore it
#
# Files you want to exclude
AllCops:
  # Rails cops (so we don't need to run with -R option)
  RunRailsCops: true
  Exclude:
    - db/schema.rb
    - Gemfile
    - Rakefile

# TODO: put your overrides here:

StringLiterals:
  EnforcedStyle: single_quotes
#
# LineLength:
#  Max: 200
# ---------------------------------
# .rubocop_todo.yml
# ---------------------------------
# This configuration was generated by `rubocop --auto-gen-config`
# on 2014-12-09 04:22:05 +0100 using RuboCop version 0.25.0.
# The point is for the user to remove these configuration records
# one by one as the offenses are removed from the code base.
# Note that changes in the inspected code, or installation of new
# versions of RuboCop, may require this file to be generated again.

# Offense count: 24
# Configuration parameters: AllowURI.
Metrics/LineLength:
  Max: 113

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
hound-tools-0.0.6 .rubocop_merged_for_hound.yml
hound-tools-0.0.5 .rubocop_merged_for_hound.yml
hound-tools-0.0.4 .rubocop_merged_for_hound.yml