gc_ruboconfig 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/capybara.yml +5 -6
- data/rubocop.yml +2 -2
- 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: 8bd1445396bb5bbe16b7de627178ae2a3bbb0290a16d62f4ca277340b64bc8c9
|
4
|
+
data.tar.gz: 67307338f4e635c1801da4b8141b8f5f5c073ca84d8009425afe90b45effdd32
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 1040a69328dde29d2935c1a5b08085d674a5bea723876aa35a7bb61844247e2c7521a1e7fc58aa5075d5a9ecb6a0651213da22edfd0ee71788f006e7c971a977
|
7
|
+
data.tar.gz: 4f6fc490091a01623eb5edb1c652ce1e5a501907c57320d2cd16bce8dc35071c87e9391e61350eb8459a996d36da7a700bfaac25a5133812e9d48a799c35d355
|
data/capybara.yml
CHANGED
@@ -2,15 +2,14 @@ require:
|
|
2
2
|
- rubocop-capybara
|
3
3
|
|
4
4
|
# new in 2.13
|
5
|
-
Capybara/SpecificFinders:
|
5
|
+
RSpec/Capybara/SpecificFinders:
|
6
6
|
Enabled: true
|
7
7
|
|
8
|
-
# new in 2.12
|
9
|
-
Capybara/SpecificMatcher:
|
8
|
+
RSpec/Capybara/SpecificMatcher: # new in 2.12
|
10
9
|
Enabled: true
|
11
|
-
|
12
|
-
Capybara/NegationMatcher: # new in 2.14
|
10
|
+
|
11
|
+
RSpec/Capybara/NegationMatcher: # new in 2.14
|
13
12
|
Enabled: true
|
14
13
|
|
15
|
-
Capybara/SpecificActions: # new in 2.14
|
14
|
+
RSpec/Capybara/SpecificActions: # new in 2.14
|
16
15
|
Enabled: false
|
data/rubocop.yml
CHANGED
@@ -656,7 +656,7 @@ RSpec/SortMetadata: # new in 2.14
|
|
656
656
|
Enabled: true
|
657
657
|
|
658
658
|
# Seems to be buggy, causes an infinite loop for `subjects` named `create`
|
659
|
-
FactoryBot/ConsistentParenthesesStyle: # new in 2.14
|
659
|
+
RSpec/FactoryBot/ConsistentParenthesesStyle: # new in 2.14
|
660
660
|
Enabled: false
|
661
661
|
|
662
662
|
Style/AndOr:
|
@@ -665,4 +665,4 @@ Style/AndOr:
|
|
665
665
|
|
666
666
|
# Autocorrect is a little simplified and can lead to confusion
|
667
667
|
RSpec/ExampleWording:
|
668
|
-
Enabled: false
|
668
|
+
Enabled: false
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: gc_ruboconfig
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 5.0.
|
4
|
+
version: 5.0.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- GoCardless
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-07-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rubocop
|