rubocop-packs 0.0.35 → 0.0.37

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/rubocop/packs.rb +1 -1
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 70a81aaeac4498d122b9386a684f03850bf3493f16d8214d72d9b49a8e3d6b66
4
- data.tar.gz: 4a620b25ea514911cb80a74ff7b6c1afccc6d5145c3da11422bb3d1f97bdd8f8
3
+ metadata.gz: 9a6037ff65ca051c970d7eb45ed00b2e9dc65a597abde34891443abc5a3945b3
4
+ data.tar.gz: c6f640ff0041e6cca7e3d04b1c39275ff11bef980d3b5c3703e6d3a057ec5fa7
5
5
  SHA512:
6
- metadata.gz: 7b31d9f3dd7706aee30acd3bc13127bacc8fad829cf7216cc58fd48b5c2443ae4c582d13de8508f17304dfde885f58c01693c3d5b5861df4419fbd574889e2ab
7
- data.tar.gz: b696f3b449ddc0fa0300104fdc7fd9402a7c8a7db2d43d282b56a3aaa31d5c41569a0917e7e93d39188a88e068b1ae3cdd4bca45eac5a6feee1d542331cad211
6
+ metadata.gz: e38e5df2948250c7f7a2c43f784db818644447ba86106c9abc2f482847845b1d2bc5b75e49cc4c23d02962732e9bab8da0495f2c89b84176ef63a104a0505403
7
+ data.tar.gz: 6d865709e9f1d4d9c29f9cc2b1f37c9eedcb2e17013e2736d470dd9d76af8526c6925483f1c5b76d2d3dc83b4ecacc16e0c866ee5866cb674842019720e4c1fc
data/lib/rubocop/packs.rb CHANGED
@@ -92,9 +92,9 @@ module RuboCop
92
92
  end
93
93
  end
94
94
 
95
- sig { params(root_pathname: String).returns(String) }
96
95
  # It would be great if rubocop (upstream) could take in a glob for `inherit_from`, which
97
96
  # would allow us to delete this method and this additional complexity.
97
+ sig { params(root_pathname: String).returns(String) }
98
98
  def self.pack_based_rubocop_config(root_pathname: Bundler.root)
99
99
  rubocop_config = {}
100
100
  # We do this because when the ERB is evaluated Dir.pwd is at the directory containing the YML.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-packs
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.35
4
+ version: 0.0.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - Gusto Engineers
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-02-17 00:00:00.000000000 Z
11
+ date: 2023-04-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport