Sha256: f415367db054162eaa649645d1ad06897ec85a51930cd60884d7a89c2e64d9b4

Contents?: true

Size: 903 Bytes

Versions: 10

Compression:

Stored size: 903 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/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Enabled: false

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

10 entries across 10 versions & 1 rubygems

Version Path
hexx-6.0.3 .rubocop.yml
hexx-6.0.2 .rubocop.yml
hexx-6.0.1 .rubocop.yml
hexx-6.0.0 .rubocop.yml
hexx-5.4.0 .rubocop.yml
hexx-5.3.0 .rubocop.yml
hexx-5.2.0 .rubocop.yml
hexx-5.1.0 .rubocop.yml
hexx-5.0.0 .rubocop.yml
hexx-4.0.0 .rubocop.yml