Sha256: 67aa1b654f1cd92bbc2a0398b2ddfe1dfa1cc076f1d3318de62cadc9d78f92ea

Contents?: true

Size: 343 Bytes

Versions: 1

Compression:

Stored size: 343 Bytes

Contents

inherit_from:
  - http://shopify.github.io/ruby-style-guide/rubocop.yml

AllCops:
  TargetRubyVersion: 2.3

Style/TrailingCommaInArrayLiteral:
  Enabled: false

Style/TrailingCommaInHashLiteral:
  Enabled: false

Style/MethodCallWithArgsParentheses:
  Enabled: false

Naming/FileName:
  Enabled: true
  Exclude:
    - lib/kubernetes-deploy.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
kubernetes-deploy-0.23.0 .rubocop.yml