Sha256: dd69d71c79f2398e46c2c5819ebb60214f7de3c7e29f75e0def96b347a2f7134

Contents?: true

Size: 1.33 KB

Versions: 2

Compression:

Stored size: 1.33 KB

Contents

AllCops:
  Include:
    - "Gemfile"
  Exclude:
    - "db/**/*"
    - "config/**/*"
    - "script/**/*"
    - "test/**/*"
    - "vendor/**/*"
    - "bin/**/*"
    - "**/Rakefile"
    - "**/config.ru"
  RunRailsCops: true
  DisplayCopNames: true
  StyleGuideCopsOnly: false
Style/AndOr:
  EnforcedStyle: always
  Enabled: true
Style/CommentAnnotation:
  Keywords:
    - TODO
    - FIXME
    - OPTIMIZE
    - HACK
    - REVIEW
Style/DotPosition:
  EnforcedStyle: trailing
Style/For:
  EnforcedStyle: each
  SupportedStyles:
    - for
    - each
  Enabled: true
Style/IndentationWidth:
  Width: 2
Style/NonNilCheck:
  IncludeSemanticChanges: true
Style/StringLiterals:
  EnforcedStyle: double_quotes
  SupportedStyles:
    - single_quotes
    - double_quotes
Style/TrailingBlankLines:
  EnforcedStyle: final_newline
  SupportedStyles:
    - final_newline
    - final_blank_line
Metrics/LineLength:
  Max: 110
  AllowURI: true
  URISchemes:
    - http
    - https
Metrics/MethodLength:
  CountComments: false  # count full line comments?
  Max: 40
Metrics/AbcSize:
  Max: 25
Style/Next:
  Enabled: false
Lint/AssignmentInCondition:
  Enabled: false
Style/Documentation:
  Description: Document classes and non-namespace modules.
  Enabled: false
Style/ClassAndModuleChildren:
  Enabled: false
Rails/TimeZone:
  Enabled: false
Style/IfUnlessModifier:
  Enabled: true

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
startblock-1.2 templates/rubocop.yml
startblock-1.1 templates/rubocop.yml