Sha256: 63dacfc27982e435542d865fbc17f35b06ccebeb3a197a978061219f7ee0b6a8

Contents?: true

Size: 330 Bytes

Versions: 3

Compression:

Stored size: 330 Bytes

Contents

# typed: false
# frozen_string_literal: true

require "packwerk/application_validator"

module Packwerk
  # To do: This alias and file should be removed as it is deprecated
  warn("DEPRECATION WARNING: Packwerk::SanityChecker is deprecated, use Packwerk::ApplicationValidator instead.")
  SanityChecker = ApplicationValidator
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
packwerk-1.1.3 lib/packwerk/sanity_checker.rb
packwerk-1.1.2 lib/packwerk/sanity_checker.rb
packwerk-1.1.1 lib/packwerk/sanity_checker.rb