Skip to content
This repository was archived by the owner on May 3, 2024. It is now read-only.

Commit 38d2fee

Browse files
author
Alex Evanczuk
authored
Bump rubocop-packs (#44)
1 parent 3d2d88f commit 38d2fee

6 files changed

+23
-36
lines changed

Gemfile.lock

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
package_protections (4.0.0)
4+
package_protections (4.0.1)
55
activesupport
66
parse_packwerk
77
rubocop
@@ -68,7 +68,7 @@ GEM
6868
unicode-display_width (>= 1.4.0, < 3.0)
6969
rubocop-ast (1.21.0)
7070
parser (>= 3.1.1.0)
71-
rubocop-packs (0.0.15)
71+
rubocop-packs (0.0.18)
7272
activesupport
7373
parse_packwerk
7474
rubocop

lib/rubocop/cop/package_protections/namespaced_under_package_name.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
module RuboCop
77
module Cop
88
module PackageProtections
9-
class NamespacedUnderPackageName < Packs::NamespaceConvention
9+
class NamespacedUnderPackageName < Packs::RootNamespaceIsPackName
1010
extend T::Sig
1111
include ::PackageProtections::RubocopProtectionInterface
1212

lib/rubocop/cop/package_protections/require_documented_public_apis.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
module RuboCop
44
module Cop
55
module PackageProtections
6-
class RequireDocumentedPublicApis < Packs::RequireDocumentedPublicApis
6+
class RequireDocumentedPublicApis < Packs::DocumentedPublicApis
77
extend T::Sig
88
include ::PackageProtections::RubocopProtectionInterface
99

lib/rubocop/cop/package_protections/typed_public_api.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module PackageProtections
1515
#
1616
# We can apply this same pattern if we want to use other cops in the context of package protections and prevent clashing.
1717
#
18-
class TypedPublicApi < Packs::TypedPublicApi
18+
class TypedPublicApi < Packs::TypedPublicApis
1919
extend T::Sig
2020

2121
include ::PackageProtections::ProtectionInterface

package_protections.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Gem::Specification.new do |spec|
22
spec.name = 'package_protections'
3-
spec.version = '4.0.0'
3+
spec.version = '4.0.1'
44
spec.authors = ['Gusto Engineers']
55
spec.email = ['stephan.hagemann@gusto.com']
66
spec.summary = 'Package protections for Rails apps'

sorbet/rbi/gems/rubocop-packs@0.0.14.rbi sorbet/rbi/gems/rubocop-packs@0.0.18.rbi

+17-30
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)