Class: PackStats::Private::Metrics::PackwerkCheckerUsage::PackwerkChecker

Inherits:
T::Struct
  • Object
show all
Extended by:
T::Sig
Defined in:
lib/pack_stats/private/metrics/packwerk_checker_usage.rb

Overview

Later, we might find a way we can get this directly from ‘packwerk`

Instance Method Summary collapse

Instance Method Details

#violation_type_tagObject



30
31
32
33
34
35
# File 'lib/pack_stats/private/metrics/packwerk_checker_usage.rb', line 30

def violation_type_tag
  Tag.new(
    key: 'violation_type',
    value: violation_type
  )
end