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.
- checksums.yaml +4 -4
- data/lib/rubocop/packs.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9a6037ff65ca051c970d7eb45ed00b2e9dc65a597abde34891443abc5a3945b3
|
4
|
+
data.tar.gz: c6f640ff0041e6cca7e3d04b1c39275ff11bef980d3b5c3703e6d3a057ec5fa7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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.
|
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-
|
11
|
+
date: 2023-04-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|