Sha256: 1a5b0f5cf4816cd7e29dd37c1742aa33cf96c3c9fbf27c0201734000071cbdc8

Contents?: true

Size: 828 Bytes

Versions: 4

Compression:

Stored size: 828 Bytes

Contents

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

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

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

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

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/TrivialAccessors:
  Exclude:
    - 'spec/**/*'

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
hexx-1.0.1 lib/generators/install/templates/rubocop.erb
hexx-1.0.0 lib/generators/install/templates/rubocop.erb
hexx-0.1.1 lib/generators/install/templates/rubocop.erb
hexx-0.1.0 lib/generators/install/templates/rubocop.erb