Sha256: 8bf49dbc055f60b6c05b867806dc4316a6fbad9326ab37b26267a236d746c7ef

Contents?: true

Size: 1.19 KB

Versions: 9

Compression:

Stored size: 1.19 KB

Contents

inherit_from: default.yml

### Bundler

Bundler/OrderedGems:
  Enabled: false

### Gemspec

Gemspec/OrderedDependencies:
  Enabled: false

### Layout

Layout:
  Enabled: false

### Lint

Lint/AmbiguousBlockAssociation:
  Enabled: false
Lint/AmbiguousOperator:
  Enabled: false
Lint/AmbiguousRegexpLiteral:
  Enabled: false
Lint/AssignmentInCondition:
  Enabled: false
Lint/EmptyWhen:
  Enabled: false
Lint/Loop:
  Enabled: false
Lint/RedundantCopDisableDirective:
  Enabled: false
Lint/UnusedBlockArgument:
  Enabled: false
Lint/UnusedMethodArgument:
  Enabled: false

### Metrics

Metrics/AbcSize:
  Max: 50
Metrics/BlockLength:
  Max: 50
  CountAsOne: ['array', 'hash', 'heredoc']
  Exclude:
    # Rake
    - '**/Rakefile'
    - '**/*.rake'
    # RSpec
    - 'spec/**/*.rb'
    # Rails
    - 'config/routes.rb'
Metrics/BlockNesting:
  Max: 10
Metrics/ClassLength:
  Enabled: false
Metrics/CyclomaticComplexity:
  Max: 20
Metrics/MethodLength:
  Max: 100
  CountAsOne: ['array', 'hash', 'heredoc']
Metrics/ModuleLength:
  Max: 300
  CountAsOne: ['array', 'hash', 'heredoc']
Metrics/ParameterLists:
  Max: 20
Metrics/PerceivedComplexity:
  Max: 30

### Naming

Naming:
  Enabled: false

### Style

Style:
  Enabled: false

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
easy_style-0.2.0 forgiving.yml
easy_style-0.1.7 forgiving.yml
easy_style-0.1.6 forgiving.yml
easy_style-0.1.5 forgiving.yml
easy_style-0.1.4 forgiving.yml
easy_style-0.1.3 forgiving.yml
easy_style-0.1.2 forgiving.yml
easy_style-0.1.1 forgiving.yml
easy_style-0.1.0 forgiving.yml