Sha256: 08962486fff61ca4c429ef0263237e239a28a75ca55bf73baf0db6f0d02e4791
Contents?: true
Size: 331 Bytes
Versions: 4
Compression:
Stored size: 331 Bytes
Contents
# typed: ignore # 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
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
packwerk-1.1.0 | lib/packwerk/sanity_checker.rb |
packwerk-1.0.2 | lib/packwerk/sanity_checker.rb |
packwerk-1.0.1 | lib/packwerk/sanity_checker.rb |
packwerk-1.0.0 | lib/packwerk/sanity_checker.rb |