Sha256: 69bdde96f62ee742accd4b9b2382947a6061f5929b9833dc63b65b523e51d328

Contents?: true

Size: 1.02 KB

Versions: 10

Compression:

Stored size: 1.02 KB

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/**/*'
    - 'lib/uuids/version.rb'

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Enabled: false

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

10 entries across 10 versions & 1 rubygems

Version Path
uuids-5.0.0 .rubocop.yml
uuids-4.1.8 .rubocop.yml
uuids-4.1.7 .rubocop.yml
uuids-4.1.6 .rubocop.yml
uuids-4.1.5 .rubocop.yml
uuids-4.1.4 .rubocop.yml
uuids-4.1.3 .rubocop.yml
uuids-4.1.2 .rubocop.yml
uuids-4.1.1 .rubocop.yml
uuids-4.1.0 .rubocop.yml