rubocop-flexport 0.7.0 → 0.8.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 46325f36546cf5f9699b05f0e921a74a35637ff273508dd089edc74351295f80
|
4
|
+
data.tar.gz: b9bbdfd40c25d9ba9523b6e317c7ec89a9394cec7ffde496264096ce70237467
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 43c422a8725dfe88de02a0f422f0ae63e5c0faa335e6fbb291c71123a5232702ff0bb8ab955a15a6c765d94baae64ad2a4a011f6b4babf3108e8068af12512ba
|
7
|
+
data.tar.gz: e04ca19560e033f6fe541489c33a57cb4da52b809a6f85eef06aa9426519537d76486f96203ea80ded0b2f8e6ddb8fcd9c963a74333c72988470a4600c9407f7
|
@@ -127,7 +127,9 @@ module RuboCop
|
|
127
127
|
|
128
128
|
def in_disabled_engine?(file_path)
|
129
129
|
disabled_engines.any? do |e|
|
130
|
-
|
130
|
+
# Add trailing / to engine path to avoid incorrectly
|
131
|
+
# matching engines with similar names
|
132
|
+
file_path.include?(File.join(engines_path, e, ''))
|
131
133
|
end
|
132
134
|
end
|
133
135
|
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: rubocop-flexport
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.8.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Flexport Engineering
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-05-08 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|