Sha256: 286688be55d4bc19f8aa180001a742fb4b433fbc4f59f70cd7c101cfa3677761

Contents?: true

Size: 864 Bytes

Versions: 4

Compression:

Stored size: 864 Bytes

Contents

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

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

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

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

Style/AsciiComments:
  Enabled: false

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

4 entries across 4 versions & 1 rubygems

Version Path
hexx-3.2.1 .rubocop.yml
hexx-3.2.0 .rubocop.yml
hexx-3.1.0 .rubocop.yml
hexx-3.0.0 .rubocop.yml