Sha256: 6661c167bbfa715565702a1e0a2172d1ca0343d0a1c44478353b08647add814b

Contents?: true

Size: 1.04 KB

Versions: 16

Compression:

Stored size: 1.04 KB

Contents

AllCops:
  DisplayCopNames: true
  DisplayStyleGuide: true

  Include:
    - "**/Rakefile"
    - "**/config.ru"
  Exclude:
    - "vendor/**/*"
    - "spec/fixtures/**/*"
    - "bin/**/*"
    - "script/**/*"
Metrics/LineLength:
  Max: 120
Rails/Date:
  Enabled: false
Rails/TimeZone:
  Enabled: false
AllCops:
  TargetRubyVersion: 2.3
Style/AndOr:
  EnforcedStyle: conditionals
Style/CaseIndentation:
  IndentOneStep: true
Style/Documentation:
  Enabled: false
Style/EachWithObject:
  Enabled: false
Style/ExtraSpacing:
  Exclude:
    - "config/routes.rb"
Style/HashSyntax:
  Exclude:
    - "lib/tasks/**/*"
Style/MultilineOperationIndentation:
  EnforcedStyle: indented
Style/NumericLiterals:
  Enabled: false
Style/PercentLiteralDelimiters:
  PreferredDelimiters:
    "%w": "[]"
    "%W": "[]"
    "%i": "[]"
    "%I": "[]"
    "%r": "()"
Style/SignalException:
  EnforcedStyle: semantic
Style/SingleLineBlockParams:
  Enabled: false
Style/StringLiterals:
  EnforcedStyle: double_quotes
Style/MultilineMethodCallIndentation:
  Exclude:
    - "spec/**/*.rb"

Version data entries

16 entries across 16 versions & 1 rubygems

Version Path
kapost-bootstrapper-1.0.7 .rubocop.yml
kapost-bootstrapper-1.0.6 .rubocop.yml
kapost-bootstrapper-1.0.5 .rubocop.yml
kapost-bootstrapper-1.0.4 .rubocop.yml
kapost-bootstrapper-1.0.3 .rubocop.yml
kapost-bootstrapper-1.0.2 .rubocop.yml
kapost-bootstrapper-1.0.1 .rubocop.yml
kapost-bootstrapper-1.0.0 .rubocop.yml
kapost-bootstrapper-0.5.2 .rubocop.yml
kapost-bootstrapper-0.5.1 .rubocop.yml
kapost-bootstrapper-0.5.0 .rubocop.yml
kapost-bootstrapper-0.4.0 .rubocop.yml
kapost-bootstrapper-0.3.0 .rubocop.yml
kapost-bootstrapper-0.2.0 .rubocop.yml
kapost-bootstrapper-0.1.3 .rubocop.yml
kapost-bootstrapper-0.1.1 .rubocop.yml