Sha256: 85de4ba4b2c89eef49878d4ae2732dc18da3a8a6ebc9cfa840310f62be2df4bc

Contents?: true

Size: 1.37 KB

Versions: 14

Compression:

Stored size: 1.37 KB

Contents

---
Metrics/BlockLength:
  Exclude:
    - 'spec/**/*'

Metrics/BlockNesting:
  Description: 'Avoid excessive block nesting'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#three-is-the-number-thou-shalt-count'
  Enabled: false

Metrics/ClassLength:
  Description: 'Avoid classes longer than 100 lines of code.'
  Enabled: true

Metrics/ModuleLength:
  Description: 'Avoid modules longer than 100 lines of code.'
  Enabled: false

Metrics/AbcSize:
  Description: >-
                 A calculated magnitude based on number of assignments,
                 branches, and conditions.
  Enabled: false

Metrics/CyclomaticComplexity:
  Description: >-
                 A complexity metric that is strongly correlated to the number
                 of test cases needed to validate a method.
  Enabled: true

Metrics/PerceivedComplexity:
  Description: >-
                This cop tries to produce a complexity score that's a measure of the complexity
                the reader experiences when looking at a method
  Enabled: true

Metrics/MethodLength:
  Description: 'Avoid methods longer than 10 lines of code.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#short-methods'
  Enabled: false

Metrics/ParameterLists:
  Description: 'Avoid parameter lists longer than three or four parameters.'
  StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#too-many-params'
  Enabled: false

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
niftany-0.11.0 rubocop/metrics.yml
psu_identity-0.6.1 .niftany/metrics.yml
psu_identity-0.6.0 .niftany/metrics.yml
psu_identity-0.5.1 .niftany/metrics.yml
psu_identity-0.5.0 .niftany/metrics.yml
niftany-0.10.1 rubocop/metrics.yml
niftany-0.10.0 rubocop/metrics.yml
psu_identity-0.4.0 .niftany/metrics.yml
psu_identity-0.3.0 .niftany/metrics.yml
psu_identity-0.2.0 .niftany/metrics.yml
niftany-0.9.0 rubocop/metrics.yml
niftany-0.8.0 rubocop/metrics.yml
niftany-0.7.0 rubocop/metrics.yml
niftany-0.6.0 rubocop/metrics.yml