Sha256: 4ec62241625e1ef54dff78aa96a9a727b72806bca30cb3a2b81745ebb57dc958

Contents?: true

Size: 385 Bytes

Versions: 21

Compression:

Stored size: 385 Bytes

Contents

# typed: strict
# frozen_string_literal: true

require 'rubocop/cop/packwerk_lite/private'
require 'rubocop/cop/packwerk_lite/constant_resolver'
require 'rubocop/cop/packwerk_lite/privacy_checker'
require 'rubocop/cop/packwerk_lite/dependency_checker'

module RuboCop
  # See docs/packwerk_lite.md
  module PackwerkLite
    class Error < StandardError; end
    extend T::Sig
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
rubocop-packs-0.0.32 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.31 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.30 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.29 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.28 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.27 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.26 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.25 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.24 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.23 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.22 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.21 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.20 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.19 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.18 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.17 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.16 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.15 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.14 lib/rubocop/packwerk_lite.rb
rubocop-packs-0.0.13 lib/rubocop/packwerk_lite.rb