Sha256: 72467a8a7270082900baa9efef9de7d2b900f988d7f150ca0b130ed7ad7108ee

Contents?: true

Size: 825 Bytes

Versions: 5

Compression:

Stored size: 825 Bytes

Contents

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

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

Metrics/ClassLength:
  Exclude:
    - 'lib/generators/**/*.rb'

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

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

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

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

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

Style/RaiseArgs:
  EnforcedStyle: compact

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

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

Style/StringLiterals:
  EnforcedStyle: double_quotes

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

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
hexx-2.2.0 .rubocop.yml
hexx-2.1.0 .rubocop.yml
hexx-2.0.2 .rubocop.yml
hexx-2.0.1 .rubocop.yml
hexx-2.0.0 .rubocop.yml