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