Sha256: c69d686d37458a0d80bf6b668c205a1b71d60ffee3e61729e70e7587a0122c31

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

AllCops:
  Exclude:
    - "gemfiles/*"
  SuggestExtensions: false
  TargetRubyVersion: 3.2

Documentation:
  Exclude:
    - "**/railtie.rb"
    - "spec/**/*"

Style/StringLiterals:
  EnforcedStyle: double_quotes
Layout/LineLength:
  Max: 120
Layout/HashAlignment:
  EnforcedHashRocketStyle: table
  EnforcedColonStyle: table
Layout/SpaceInsideHashLiteralBraces:
  EnforcedStyle: no_space
Style/RaiseArgs:
  EnforcedStyle: compact
Style/EmptyMethod:
  EnforcedStyle: expanded
Layout/FirstArrayElementIndentation:
  IndentationWidth: 4
Layout/FirstHashElementIndentation:
  IndentationWidth: 4
Style/ConditionalAssignment:
  EnforcedStyle: assign_inside_condition
Layout/FirstParameterIndentation:
  IndentationWidth: 4
Layout/MultilineOperationIndentation:
  IndentationWidth: 4
  EnforcedStyle: indented
Style/FormatStringToken:
  EnforcedStyle: template
Style/AsciiComments:
  Enabled: false
Naming/FileName:
  Exclude:
    - "lib/cron-kubernetes.rb"
Metrics/BlockLength:
  Exclude:
    - "*.gemspec"
    - "spec/**/*"

Layout/EmptyLinesAroundBlockBody:
  Exclude:
    - "spec/**/*"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
cron-kubernetes-3.0.0 .rubocop.yml