Sha256: abad0ea807237d08775ad39b9a85babf16d55a1c8fb871eea553fc461e9f2a9a

Contents?: true

Size: 1.03 KB

Versions: 17

Compression:

Stored size: 1.03 KB

Contents

AllCops:
  Exclude:
    - '**/db/schema.rb'

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

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

Metrics/ClassLength:
  Exclude:
    - 'lib/**/generator*'

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

Style/AsciiComments:
  Enabled: false

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

Style/Documentation:
  Exclude:
    - 'lib/**/version.rb'
    - 'spec/**/*'

Style/EmptyLinesAroundBlockBody:
  Enabled: false

Style/EmptyLinesAroundClassBody:
  Enabled: false

Style/EmptyLinesAroundMethodBody:
  Enabled: false

Style/EmptyLinesAroundModuleBody:
  Enabled: false

Style/EmptyLineBetweenDefs:
  Enabled: false

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

17 entries across 17 versions & 1 rubygems

Version Path
hexx-suit-2.3.2 .rubocop.yml
hexx-suit-2.3.0 .rubocop.yml
hexx-suit-2.2.3 .rubocop.yml
hexx-suit-2.2.2 .rubocop.yml
hexx-suit-2.2.1 .rubocop.yml
hexx-suit-2.2.0 .rubocop.yml
hexx-suit-2.1.0 .rubocop.yml
hexx-suit-2.0.0 .rubocop.yml
hexx-suit-1.5.0-x86_64-linux .rubocop.yml
hexx-suit-1.3.0-x86_64-linux .rubocop.yml
hexx-suit-1.2.0 .rubocop.yml
hexx-suit-1.0.0 .rubocop.yml
hexx-suit-0.2.2 .rubocop.yml
hexx-suit-0.2.1 .rubocop.yml
hexx-suit-0.2.0 .rubocop.yml
hexx-suit-0.1.0 .rubocop.yml
hexx-suit-0.0.1 .rubocop.yml