Sha256: e034643b98ded4ef495ddcbe68d98961cf06d4a2a243920cc580d4907e1c96e6

Contents?: true

Size: 928 Bytes

Versions: 7

Compression:

Stored size: 928 Bytes

Contents

AllCops:
  Exclude:
    - 'spec/dummy/**/*'
    - 'Rakefile'

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

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

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

Style/AsciiComments:
  Enabled: false

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

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

Style/EmptyLinesAroundBody:
  Enabled: false

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

Style/MethodLength:
  Exclude:
    - 'db/**/*'

Style/RaiseArgs:
  EnforcedStyle: compact

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

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

Style/StringLiterals:
  EnforcedStyle: double_quotes

Style/SingleSpaceBeforeFirstArg:
  Enabled: false

Style/TrailingBlankLines:
  Exclude:
    - 'app/views/**/*'

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

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
hexx-1.1.1 lib/generators/install/templates/root/rubocop.erb
okei-1.0.2 .rubocop.yml
hexx-1.1.0 lib/generators/install/templates/rubocop.erb
okei-1.0.1 .rubocop.yml
hexx-1.0.2 lib/generators/install/templates/rubocop.erb
okei-1.0.0 .rubocop.yml
okei-1.0.0.pre.rc .rubocop.yml