Sha256: d18611af52c51a90c48e95d2050922482f1109fd92eabfe3d675c1a5ad44b49c

Contents?: true

Size: 644 Bytes

Versions: 2

Compression:

Stored size: 644 Bytes

Contents

AllCops:
  Exclude:
    - 'tmp/**/*'

Metrics/AbcSize:
  Max: 38

# Configuration parameters: AllowURI.
Metrics/LineLength:
  Max: 225

# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 6

Metrics/BlockNesting:
  Max: 4

# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 174

Metrics/CyclomaticComplexity:
  Max: 7

# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 76

Metrics/PerceivedComplexity:
  Max: 8

Style/RegexpLiteral:
  MaxSlashes: 0

# Configuration parameters: EnforcedStyle, SupportedStyles.
Style/MethodName:
  Exclude:
    - lib/proxy_pac_rb/environment.rb

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
proxy_pac_rb-0.3.8 .rubocop.yml
proxy_pac_rb-0.3.7 .rubocop.yml