rubocop-flexport 0.10.1 → 0.10.2
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 +4 -4
- data/lib/rubocop/cop/mixin/factory_bot_usage.rb +1 -1
- data/lib/rubocop/flexport/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 14af72c337894273c5528d75f172b6defe96ae4f2a79f338fcaed8a02190aad5
|
|
4
|
+
data.tar.gz: 1ff6475e48b37ba26859de9150e30799e4d40b000ce2610b6b7dcc57d7a8cc7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e43ce8e0ed08dc66aef89f753f8a53bc4e9532b46e45c0e42fd2b6d545c0d0ea62e24cad6ab1afe7728eefd0da4e5651614fd965d31bd127b3f17a5145911f89
|
|
7
|
+
data.tar.gz: 91ba38734c2c250fae6323c14f17c782b25bc7eb8bc6754fc3225bbfa005a0165b0d4099ac78a0b8998bf7ebbdd7273fc20084f6a541a8149160d83d1889ea9f
|
|
@@ -25,7 +25,7 @@ module RuboCop
|
|
|
25
25
|
].freeze
|
|
26
26
|
|
|
27
27
|
def_node_matcher :factory_bot_usage, <<~PATTERN
|
|
28
|
-
(send _ {#{FACTORY_BOT_METHODS.map(&:inspect).join(' ')}} $sym)
|
|
28
|
+
(send _ {#{FACTORY_BOT_METHODS.map(&:inspect).join(' ')}} $sym ...)
|
|
29
29
|
PATTERN
|
|
30
30
|
|
|
31
31
|
# Cache factories at the class level so that we don't have to fetch them
|
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.10.
|
|
4
|
+
version: 0.10.2
|
|
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-10-12 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -73,14 +73,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
73
73
|
requirements:
|
|
74
74
|
- - ">="
|
|
75
75
|
- !ruby/object:Gem::Version
|
|
76
|
-
version: '
|
|
76
|
+
version: '2.4'
|
|
77
77
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
78
78
|
requirements:
|
|
79
79
|
- - ">="
|
|
80
80
|
- !ruby/object:Gem::Version
|
|
81
81
|
version: '0'
|
|
82
82
|
requirements: []
|
|
83
|
-
rubygems_version: 3.
|
|
83
|
+
rubygems_version: 3.0.3
|
|
84
84
|
signing_key:
|
|
85
85
|
specification_version: 4
|
|
86
86
|
summary: RuboCop cops used at Flexport.
|