Sha256: 89bde106e63ec386420e1556a98001e7bdfe71eca318a2eab2b6341771e5fdf8

Contents?: true

Size: 652 Bytes

Versions: 7

Compression:

Stored size: 652 Bytes

Contents

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

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

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

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

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

Style/EmptyLinesAroundBody:
  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

7 entries across 7 versions & 1 rubygems

Version Path
hexx-1.1.0 .rubocop.yml
hexx-1.0.2 .rubocop.yml
hexx-1.0.1 .rubocop.yml
hexx-1.0.0 .rubocop.yml
hexx-0.1.1 .rubocop.yml
hexx-0.1.0 .rubocop.yml
hexx-0.0.1 .rubocop.yml