Sha256: 7f23555fe83b4251111c554ed40c8b4ce222c7064416a8a8fcd824848080f56a

Contents?: true

Size: 193 Bytes

Versions: 7

Compression:

Stored size: 193 Bytes

Contents

# typed: true
# frozen_string_literal: true

require "sorbet-runtime"

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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
packwerk-1.1.3 lib/packwerk/violation_type.rb
packwerk-1.1.2 lib/packwerk/violation_type.rb
packwerk-1.1.1 lib/packwerk/violation_type.rb
packwerk-1.1.0 lib/packwerk/violation_type.rb
packwerk-1.0.2 lib/packwerk/violation_type.rb
packwerk-1.0.1 lib/packwerk/violation_type.rb
packwerk-1.0.0 lib/packwerk/violation_type.rb