Sha256: b602027a0e3b39cbacab96008da56eb54d2c687b748cc12a232e40aad1562c60

Contents?: true

Size: 385 Bytes

Versions: 5

Compression:

Stored size: 385 Bytes

Contents

inherit_from: .rubocop_todo.yml

AllCops:
  Include:
    - lib/**/*
    - bin/**/*
    - test/**/*
    - Gemfile
    - Rakefile
    - Thorfile
  Exclude:
    - example/**/*
    - test/data/*
  TargetRubyVersion: 2.2

Encoding:
 Enabled: false
RescueModifier:
 Enabled: false
HashSyntax:
 Enabled: false
SpaceInsideStringInterpolation:
  Enabled: false
DoubleNegation:
  Enabled: false

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
dogwatch-1.2.0 .rubocop.yml
dogwatch-1.1.1 .rubocop.yml
dogwatch-1.1.0 .rubocop.yml
dogwatch-1.0.5 .rubocop.yml
dogwatch-1.0.4 .rubocop.yml