Sha256: d2f7963657423cb323d5adc28b77dbcd90c7173863ea7916a77b4f6447f56ab6

Contents?: true

Size: 1.23 KB

Versions: 2

Compression:

Stored size: 1.23 KB

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:
      - Azeroth::DummyDecorator#as_json
  ReturnTag:
    enabled: true
    exclude: []
  Summary::Presence:
    enabled: true
    exclude:
      - Azeroth::ControllerInterface#initialize
      - Azeroth::Decorator#initialize
      - Azeroth::Decorator::HashBuilder#initialize
      - Azeroth::Decorator::KeyValueExtractor#initialize
      - Azeroth::DummyDecorator#initialize
      - Azeroth::Exception::InvalidOptions#initialize
      - Azeroth::Model#initialize
      - Azeroth::Options#initialize
      - Azeroth::ParamsBuilder#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-1.0.0 config/yardstick.yml
azeroth-0.10.1 config/yardstick.yml