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

Commit

Permalink
Properly inherit from the cop from rubocop-modularization' - (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Evanczuk authored Oct 7, 2022
1 parent 84be50f commit bbbff26
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
package_protections (2.3.0)
package_protections (2.3.1)
activesupport
parse_packwerk
rubocop
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
module RuboCop
module Cop
module PackageProtections
class NamespacedUnderPackageName < Base
class NamespacedUnderPackageName < Modularization::NamespacedUnderPackageName
extend T::Sig
include ::PackageProtections::RubocopProtectionInterface

Expand Down
2 changes: 1 addition & 1 deletion package_protections.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = 'package_protections'
spec.version = '2.3.0'
spec.version = '2.3.1'
spec.authors = ['Gusto Engineers']
spec.email = ['[email protected]']
spec.summary = 'Package protections for Rails apps'
Expand Down

0 comments on commit bbbff26

Please sign in to comment.