Sha256: f3ab6cb49617d9eaa42ab886068695182433af67b555f8fa59235efa04f19b97

Contents?: true

Size: 1018 Bytes

Versions: 12

Compression:

Stored size: 1018 Bytes

Contents

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

Lint/HandleExceptions:
  Exclude:
    - '**/*_spec.rb'

Lint/RescueException:
  Exclude:
    - '**/*_spec.rb'

Style/AccessorMethodName:
  Exclude:
    - '**/*_spec.rb'

Style/AsciiComments:
  Enabled: false

Style/ClassAndModuleChildren:
  Exclude:
    - '**/*_spec.rb'

Style/Documentation:
  Exclude:
    - '**/version.rb'
    - '**/*_spec.rb'

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.rb'

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

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/TrivialAccessors:
  Exclude:
    - '**/*_spec.rb'

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
hexx-rspec-0.5.2 .rubocop.yml
hexx-rspec-0.5.1 .rubocop.yml
hexx-rspec-0.4.2 .rubocop.yml
hexx-rspec-0.4.1 .rubocop.yml
hexx-rspec-0.4.0 .rubocop.yml
hexx-rspec-0.3.1 .rubocop.yml
hexx-rspec-0.3.0 .rubocop.yml
hexx-rspec-0.2.2 .rubocop.yml
hexx-rspec-0.2.1 .rubocop.yml
hexx-rspec-0.2.0 .rubocop.yml
hexx-rspec-0.1.0 .rubocop.yml
hexx-rspec-0.0.1 .rubocop.yml