Sha256: e969ef5a9265e908725baf76be557d63d7b016d915f9b0e310136dac2779cf74

Contents?: true

Size: 167 Bytes

Versions: 4

Compression:

Stored size: 167 Bytes

Contents

# typed: true
# frozen_string_literal: true

module Packwerk
  class ViolationType < T::Enum
    enums do
      Privacy = new
      Dependency = new
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
packwerk-1.3.2 lib/packwerk/violation_type.rb
packwerk-1.3.1 lib/packwerk/violation_type.rb
packwerk-1.3.0 lib/packwerk/violation_type.rb
packwerk-1.2.0 lib/packwerk/violation_type.rb