Sha256: 30cb51d959d126f7f09698122dbbd148ce66a236a0f190a2b79526931d8e10ba

Contents?: true

Size: 869 Bytes

Versions: 7

Compression:

Stored size: 869 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/dummy/**/*'
    - 'Rakefile'

Lint/HandleExceptions:
  Exclude:
    - 'spec/**/*'

Lint/RescueException:
  Exclude:
    - 'spec/**/*'

Metrics/MethodLength:
  Exclude:
    - 'db/**/*'

Style/AccessorMethodName:
  Exclude:
    - 'spec/**/*'

Style/ClassAndModuleChildren:
  Exclude:
    - 'spec/**/*'

Style/Documentation:
  Exclude:
    - 'spec/**/*'
    - 'db/**/*'

Style/EmptyLinesAroundBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Exclude:
    - 'spec/**/*'

Style/PredicateName:
  Enabled: false

Style/RaiseArgs:
  EnforcedStyle: compact

Style/SingleLineMethods:
  Exclude:
    - 'spec/**/*'

Style/SpecialGlobalVars:
  Exclude:
    - 'Gemfile'
    - '*.gemspec'

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/TrivialAccessors:
  Exclude:
    - 'spec/**/*'

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
uuids-1.3.0 .rubocop.yml
uuids-1.2.0 .rubocop.yml
uuids-1.1 .rubocop.yml
uuids-1.0.2 .rubocop.yml
uuids-1.0.1 .rubocop.yml
uuids-1.0.0 .rubocop.yml
uuids-1.0.0.pre.rc1 .rubocop.yml