Sha256: 62d39d1d5ad47d5e3b17c6b6fda7da09ad1a6c6f00335bc1f5a93da28281ca91

Contents?: true

Size: 947 Bytes

Versions: 2

Compression:

Stored size: 947 Bytes

Contents

threshold: 96.5
require_exact_threshold: false
rules:
  ApiTag::Presence:
    enabled: true
    exclude: []
  ApiTag::Inclusion:
    enabled: true
    exclude: []
  ApiTag::ProtectedMethod:
    enabled: true
    exclude: []
  ApiTag::PrivateMethod:
    enabled: true
    exclude: []
  ExampleTag:
    enabled: true
    exclude: []
  ReturnTag:
    enabled: true
    exclude: []
  Summary::Presence:
    enabled: true
    exclude:
      - Azeroth::Decorator#initialize
      - Azeroth::Decorator::HashBuilder#initialize
      - Azeroth::Model#initialize
      - Azeroth::RequestHandler#initialize
      - Azeroth::ResourceBuilder#initialize
      - Azeroth::ResourceRouteBuilder#initialize
      - Azeroth::Resourceable::Builder#initialize
      - Azeroth::RoutesBuilder#initialize
  Summary::Length:
    enabled: true
    exclude: []
  Summary::Delimiter:
    enabled: true
    exclude: []
  Summary::SingleLine:
    enabled: true
    exclude: []

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
azeroth-0.3.0 config/yardstick.yml
azeroth-0.2.0 config/yardstick.yml