Sha256: 89ce874d55eb33c3f915047e134a362a49aa75cb9d96d5e41be3398beae428b4

Contents?: true

Size: 870 Bytes

Versions: 27

Compression:

Stored size: 870 Bytes

Contents

AllCops:
  Exclude:
    - spec/examples/**/*.rb
    - fixtures/**/*.rb

# Offense count: 230
# Configuration parameters: AllowURI.
Metrics/LineLength:
  Max: 331
  Enabled: false

## Offense count: 55
Style/Documentation:
  Exclude:
    - spec/**/*.rb
    - fixtures/**/*.rb

# Offense count: 1
# Configuration parameters: CountComments.
Metrics/ClassLength:
  Max: 136

# Offense count: 5
Metrics/CyclomaticComplexity:
  Max: 14

# Offense count: 19
# Configuration parameters: CountComments.
Metrics/MethodLength:
  Max: 38

# Offense count: 1
# Configuration parameters: CountKeywordArgs.
Metrics/ParameterLists:
  Max: 7

# Offense count: 3
Metrics/PerceivedComplexity:
  Max: 14

## Offense count: 1
## Cop supports --auto-correct.
## Configuration parameters: ExactNameMatch, AllowPredicates, AllowDSLWriters, Whitelist.
#Style/TrivialAccessors:
#  Enabled: false

Version data entries

27 entries across 27 versions & 1 rubygems

Version Path
fedux_org-stdlib-0.11.18 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.17 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.16 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.15 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.14 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.12 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.11 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.9 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.8 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.7 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.6 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.5 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.4 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.3 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.2 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.1 config/rubocop/exclude.yml
fedux_org-stdlib-0.11.0 config/rubocop/exclude.yml
fedux_org-stdlib-0.10.9 config/rubocop/exclude.yml
fedux_org-stdlib-0.10.8 config/rubocop/exclude.yml
fedux_org-stdlib-0.10.7 config/rubocop/exclude.yml