Sha256: cafc0493fc34ac97f40ef45ff48b8d5ce9b9dc82b93d7132863c782627047faf

Contents?: true

Size: 649 Bytes

Versions: 1

Compression:

Stored size: 649 Bytes

Contents

AllCops:
  DisplayCopNames: true
  TargetRubyVersion: 2.2 # Oldest version kubeclient supports
MethodLength:
  Enabled: false
ClassLength:
  Enabled: false
Metrics/AbcSize:
  Enabled: false
Metrics/LineLength:
  Max: 100
Metrics/ParameterLists:
  Max: 5
  CountKeywordArgs: false
Metrics/CyclomaticComplexity:
  Max: 8
  Exclude: 
    - lib/tlopo/retry.rb
Metrics/ModuleLength:
  Enabled: false
Style/MethodCallWithArgsParentheses:
  Enabled: true
  IgnoredMethods: [require, raise, include, attr_reader, refute, assert]
  Exclude: [Gemfile, Rakefile, kubeclient.gemspec]
Security/MarshalLoad:
  Exclude: 
    - test/**/*
    - lib/tlopo/retry.rb

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
tlopo-retry-0.1.1 .rubocop.yml