Sha256: 6d3c5bf71e54e6d63116ed2e2d1939cdcbad5f587316364e5aaf8f8940fb1d5d

Contents?: true

Size: 1.68 KB

Versions: 261

Compression:

Stored size: 1.68 KB

Contents

AllCops:
  Include:
  - "**/*.rake"
  - "**/Gemfile"
  - "**/*.gemfile"
  - "**/Rakefile"
  - "**/*.rb"
  Exclude:
  - "vendor/**/*"
  - "db/**/*"
  - "tmp/**/*"
  DisplayCopNames: false
  StyleGuideCopsOnly: false
Rails:
  Enabled: true
Metrics/AbcSize:
  Description: A calculated magnitude based on number of assignments, branches, and
    conditions.
  Enabled: true
  Max: 15
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: true
  Max: 3
Metrics/ClassLength:
  Description: Avoid classes longer than 100 lines of code.
  Enabled: false
  CountComments: false
  Max: 100
Metrics/CyclomaticComplexity:
  Description: A complexity metric that is strongly correlated to the number of test
    cases needed to validate a method.
  Enabled: true
  Max: 6
Metrics/LineLength:
  Description: Limit lines to 80 characters.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#80-character-limits
  Enabled: true
  Max: 80
  AllowURI: true
  URISchemes:
  - http
  - https
Metrics/MethodLength:
  Description: Avoid methods longer than 10 lines of code.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#short-methods
  Enabled: true
  CountComments: true
  Max: 10
  Exclude:
  - "spec/**/*"
Metrics/ParameterLists:
  Description: Avoid long parameter lists.
  StyleGuide: https://github.com/bbatsov/ruby-style-guide#too-many-params
  Enabled: true
  Max: 5
  CountKeywordArgs: true
Metrics/PerceivedComplexity:
  Description: A complexity metric geared towards measuring complexity for a human
    reader.
  Enabled: true
  Max: 7

Version data entries

261 entries across 261 versions & 9 rubygems

Version Path
metanorma-standoc-1.8.6 .rubocop.ribose.yml
metanorma-standoc-1.8.5 .rubocop.ribose.yml
metanorma-standoc-1.8.4 .rubocop.ribose.yml
metanorma-iso-1.7.1 .rubocop.ribose.yml
metanorma-standoc-1.8.3 .rubocop.ribose.yml
metanorma-standoc-1.8.2 .rubocop.ribose.yml
metanorma-standoc-1.8.1 .rubocop.ribose.yml
metanorma-generic-1.9.0 .rubocop.ribose.yml
metanorma-iso-1.7.0 .rubocop.ribose.yml
metanorma-generic-1.8.2 .rubocop.ribose.yml
metanorma-iso-1.6.1 .rubocop.ribose.yml
metanorma-standoc-1.7.3 .rubocop.ribose.yml
metanorma-standoc-1.7.2 .rubocop.ribose.yml
metanorma-standoc-1.7.1 .rubocop.ribose.yml
metanorma-generic-1.8.1 .rubocop.ribose.yml
metanorma-iso-1.6.0 .rubocop.ribose.yml
metanorma-standoc-1.7.0 .rubocop.ribose.yml
metanorma-iso-1.5.14 .rubocop.ribose.yml
metanorma-standoc-1.6.5 .rubocop.ribose.yml
metanorma-generic-1.8.0 .rubocop.ribose.yml